Aracılığıyla paylaş


AFDDomainUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.AFDDomainUpdateParameters

public class AFDDomainUpdateParameters

The domain JSON object required for domain creation or update.

Constructor Summary

Constructor Description
AFDDomainUpdateParameters()

Method Summary

Modifier and Type Method and Description
ResourceReference azureDnsZone()

Get resource reference to the Azure DNS zone.

AFDDomainHttpsParameters tlsSettings()

Get the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.

AFDDomainUpdateParameters withAzureDnsZone(ResourceReference azureDnsZone)

Set resource reference to the Azure DNS zone.

AFDDomainUpdateParameters withTlsSettings(AFDDomainHttpsParameters tlsSettings)

Set the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AFDDomainUpdateParameters

public AFDDomainUpdateParameters()

Method Details

azureDnsZone

public ResourceReference azureDnsZone()

Get resource reference to the Azure DNS zone.

Returns:

the azureDnsZone value

tlsSettings

public AFDDomainHttpsParameters 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

withAzureDnsZone

public AFDDomainUpdateParameters withAzureDnsZone(ResourceReference azureDnsZone)

Set resource reference to the Azure DNS zone.

Parameters:

azureDnsZone - the azureDnsZone value to set

Returns:

the AFDDomainUpdateParameters object itself.

withTlsSettings

public AFDDomainUpdateParameters withTlsSettings(AFDDomainHttpsParameters tlsSettings)

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.

Applies to