Class CustomDomain
java.lang.Object
com.microsoft.azure.management.storage.CustomDomain
The custom domain assigned to this storage account. This can be set via
Update.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get gets or sets the custom domain name assigned to the storage account.Get indicates whether indirect CName validation is enabled.Set gets or sets the custom domain name assigned to the storage account.withUseSubDomainName
(Boolean useSubDomainName) Set indicates whether indirect CName validation is enabled.
-
Constructor Details
-
CustomDomain
public CustomDomain()
-
-
Method Details
-
name
Get gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.- Returns:
- the name value
-
withName
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
Get indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.- Returns:
- the useSubDomainName value
-
withUseSubDomainName
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.
-