你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageAccountProperties.CustomDomainUseSubDomainName Property

Definition

Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="useSubDomainName", Update=false)]
public bool? CustomDomainUseSubDomainName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="useSubDomainName", Update=false)>]
member this.CustomDomainUseSubDomainName : Nullable<bool>
Public ReadOnly Property CustomDomainUseSubDomainName As Nullable(Of Boolean)

Property Value

Attributes

Applies to