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

IEncryptionSettings.CmkInfrastructureEncryption Property

Definition

Enabling/Disabling the Double Encryption state

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Enabling/Disabling the Double Encryption state", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState) }, ReadOnly=false, Required=false, SerializedName="infrastructureEncryption")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState? CmkInfrastructureEncryption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Enabling/Disabling the Double Encryption state", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState) }, ReadOnly=false, Required=false, SerializedName="infrastructureEncryption")>]
member this.CmkInfrastructureEncryption : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState> with get, set
Public Property CmkInfrastructureEncryption As Nullable(Of InfrastructureEncryptionState)

Property Value

Attributes

Applies to