public final class CustomDomain extends Object
| Constructor and Description |
|---|
CustomDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Gets or sets the custom domain name assigned to the storage account.
|
Boolean |
useSubDomainName()
Get the useSubDomainName property: Indicates whether indirect CName validation is enabled.
|
void |
validate()
Validates the instance.
|
CustomDomain |
withName(String name)
Set the name property: Gets or sets the custom domain name assigned to the storage account.
|
CustomDomain |
withUseSubDomainName(Boolean useSubDomainName)
Set the useSubDomainName property: Indicates whether indirect CName validation is enabled.
|
public String name()
public CustomDomain withName(String name)
name - the name value to set.public Boolean useSubDomainName()
public CustomDomain withUseSubDomainName(Boolean useSubDomainName)
useSubDomainName - the useSubDomainName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.