Class CustomDomainParameters
java.lang.Object
com.microsoft.azure.management.cdn.CustomDomainParameters
The customDomain JSON object required for custom domain creation or update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhostName()
Get the host name of the custom domain.withHostName
(String hostName) Set the host name of the custom domain.
-
Constructor Details
-
CustomDomainParameters
public CustomDomainParameters()
-
-
Method Details
-
hostName
Get the host name of the custom domain. Must be a domain name.- Returns:
- the hostName value
-
withHostName
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.
-