C# Класс Microsoft.Azure.Management.Profiles.Storage.Version2019_06_01.Models.CustomDomain

The custom domain assigned to this storage account. This can be set via Update.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CustomInit void

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CustomInit ( ) : void

An initialization method that performs custom operations like setting defaults

Описание методов

CustomDomain() публичный Метод

Initializes a new instance of the CustomDomain class.
public CustomDomain ( ) : Microsoft.Rest
Результат Microsoft.Rest

CustomDomain() публичный Метод

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.
Результат Microsoft.Rest

Validate() публичный Метод

Validate the object.
/// Thrown if validation fails ///
public Validate ( ) : void
Результат void