Class AFDDomainUpdateParameters
java.lang.Object
com.microsoft.azure.management.cdn.AFDDomainUpdateParameters
The domain JSON object required for domain creation or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet resource reference to the Azure DNS zone.Get the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.withAzureDnsZone
(ResourceReference azureDnsZone) Set resource reference to the Azure DNS zone.withTlsSettings
(AFDDomainHttpsParameters tlsSettings) Set the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.
-
Constructor Details
-
AFDDomainUpdateParameters
public AFDDomainUpdateParameters()
-
-
Method Details
-
tlsSettings
Get the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.- Returns:
- the tlsSettings value
-
withTlsSettings
Set the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.- Parameters:
tlsSettings
- the tlsSettings value to set- Returns:
- the AFDDomainUpdateParameters object itself.
-
azureDnsZone
Get resource reference to the Azure DNS zone.- Returns:
- the azureDnsZone value
-
withAzureDnsZone
Set resource reference to the Azure DNS zone.- Parameters:
azureDnsZone
- the azureDnsZone value to set- Returns:
- the AFDDomainUpdateParameters object itself.
-