public class CustomDomain extends Object
| Constructor and Description |
|---|
CustomDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get gets or sets the custom domain name assigned to the storage account.
|
Boolean |
useSubDomainName()
Get indicates whether indirect CName validation is enabled.
|
CustomDomain |
withName(String name)
Set gets or sets the custom domain name assigned to the storage account.
|
CustomDomain |
withUseSubDomainName(Boolean useSubDomainName)
Set indicates whether indirect CName validation is enabled.
|
public String name()
public CustomDomain withName(String name)
name - the name value to setpublic Boolean useSubDomainName()
public CustomDomain withUseSubDomainName(Boolean useSubDomainName)
useSubDomainName - the useSubDomainName value to setCopyright © 2019. All rights reserved.