DeepCreatedCustomDomainProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. fluent. models. DeepCreatedCustomDomainProperties
- com.
Implements
public final class DeepCreatedCustomDomainProperties
implements JsonSerializable<DeepCreatedCustomDomainProperties>
Properties of the custom domain created on the CDN endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| DeepCreatedCustomDomainProperties() |
Creates an instance of Deep |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deep |
fromJson(JsonReader jsonReader)
Reads an instance of Deep |
| String |
hostname()
Get the hostname property: The host name of the custom domain. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
validationData()
Get the validation |
|
Deep |
withHostname(String hostname)
Set the hostname property: The host name of the custom domain. |
|
Deep |
withValidationData(String validationData)
Set the validation |
Methods inherited from java.lang.Object
Constructor Details
DeepCreatedCustomDomainProperties
public DeepCreatedCustomDomainProperties()
Creates an instance of DeepCreatedCustomDomainProperties class.
Method Details
fromJson
public static DeepCreatedCustomDomainProperties fromJson(JsonReader jsonReader)
Reads an instance of DeepCreatedCustomDomainProperties from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: The host name of the custom domain. Must be a domain name.
Returns:
toJson
validate
public void validate()
Validates the instance.
validationData
public String validationData()
Get the validationData property: Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
Returns:
withHostname
public DeepCreatedCustomDomainProperties withHostname(String hostname)
Set the hostname property: The host name of the custom domain. Must be a domain name.
Parameters:
Returns:
withValidationData
public DeepCreatedCustomDomainProperties withValidationData(String validationData)
Set the validationData property: Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
Parameters:
Returns: