IStorageAccount.CustomDomainName Property

Definition

Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="name", Update=false)]
public string CustomDomainName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="name", Update=false)>]
member this.CustomDomainName : string
Public ReadOnly Property CustomDomainName As String

Property Value

Attributes

Applies to