C# Class Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.CustomDomain

The custom domain assigned to this storage account. This can be set via Update.
Datei anzeigen Open project: Azure/azure-powershell-common Class Usage Examples

Private Properties

Property Type Description
CustomInit void

Public Methods

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.

Private Methods

Method Description
CustomInit ( ) : void

An initialization method that performs custom operations like setting defaults

Method Details

CustomDomain() public method

Initializes a new instance of the CustomDomain class.
public CustomDomain ( ) : Microsoft.Rest
return Microsoft.Rest

CustomDomain() public method

Initializes a new instance of the CustomDomain class.
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

Validate() public method

Validate the object.
/// Thrown if validation fails ///
public Validate ( ) : void
return void