Class CustomDomain

java.lang.Object
com.microsoft.azure.management.storage.CustomDomain

public class CustomDomain extends Object
The custom domain assigned to this storage account. This can be set via Update.
  • Constructor Details

    • CustomDomain

      public CustomDomain()
  • Method Details

    • name

      public String name()
      Get gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
      Returns:
      the name value
    • withName

      public CustomDomain withName(String name)
      Set gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
      Parameters:
      name - the name value to set
      Returns:
      the CustomDomain object itself.
    • useSubDomainName

      public Boolean useSubDomainName()
      Get indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
      Returns:
      the useSubDomainName value
    • withUseSubDomainName

      public CustomDomain withUseSubDomainName(Boolean useSubDomainName)
      Set indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.
      Parameters:
      useSubDomainName - the useSubDomainName value to set
      Returns:
      the CustomDomain object itself.