Property | Type | Description | |
---|---|---|---|
CustomInit | void |
Method | Description | |
---|---|---|
CustomDomain ( ) : Microsoft.Rest |
Initializes a new instance of the CustomDomain class.
|
|
CustomDomain ( string name, bool? useSubDomainName = default(bool?) ) : Microsoft.Rest |
Initializes a new instance of the CustomDomain class.
|
|
Validate ( ) : void |
Validate the object.
|
Method | Description | |
---|---|---|
CustomInit ( ) : void |
An initialization method that performs custom operations like setting defaults
|
public CustomDomain ( string name, bool? useSubDomainName = default(bool?) ) : Microsoft.Rest | ||
name | string | Gets or sets the custom domain name assigned to /// the storage account. Name is the CNAME source. |
useSubDomainName | bool? | Indicates whether indirect CName /// validation is enabled. Default value is false. This should only be /// set on updates. |
return | Microsoft.Rest |