Class AFDDomainUpdateParameters

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

public class AFDDomainUpdateParameters extends Object
The domain JSON object required for domain creation or update.
  • Constructor Details

    • AFDDomainUpdateParameters

      public AFDDomainUpdateParameters()
  • Method Details

    • 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
    • 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.
    • azureDnsZone

      public ResourceReference azureDnsZone()
      Get resource reference to the Azure DNS zone.
      Returns:
      the azureDnsZone 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.