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.
파일 보기 프로젝트 열기: Azure/azure-powershell-common 1 사용 예제들

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