public class AfdDomainUpdatePropertiesParameters extends Object
| Constructor and Description |
|---|
AfdDomainUpdatePropertiesParameters() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
azureDnsZone()
Get the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdDomainHttpsParameters |
tlsSettings()
Get the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
void |
validate()
Validates the instance.
|
AfdDomainUpdatePropertiesParameters |
withAzureDnsZone(ResourceReference azureDnsZone)
Set the azureDnsZone property: Resource reference to the Azure DNS zone.
|
AfdDomainUpdatePropertiesParameters |
withTlsSettings(AfdDomainHttpsParameters tlsSettings)
Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using
AzureFrontDoor managed certificate or user's own certificate.
|
public AfdDomainHttpsParameters tlsSettings()
public AfdDomainUpdatePropertiesParameters withTlsSettings(AfdDomainHttpsParameters tlsSettings)
tlsSettings - the tlsSettings value to set.public ResourceReference azureDnsZone()
public AfdDomainUpdatePropertiesParameters withAzureDnsZone(ResourceReference azureDnsZone)
azureDnsZone - the azureDnsZone value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.