Class CustomDomainParameters

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

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

    • CustomDomainParameters

      public CustomDomainParameters()
  • Method Details

    • hostName

      public String hostName()
      Get the host name of the custom domain. Must be a domain name.
      Returns:
      the hostName value
    • withHostName

      public CustomDomainParameters withHostName(String hostName)
      Set the host name of the custom domain. Must be a domain name.
      Parameters:
      hostName - the hostName value to set
      Returns:
      the CustomDomainParameters object itself.