IEncryptionSettings.CmkInfrastructureEncryption Property

Definition

Enabling/Disabling the Double Encryption state

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Enabling/Disabling the Double Encryption state", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="infrastructureEncryption", Update=true)]
public string CmkInfrastructureEncryption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Enabling/Disabling the Double Encryption state", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="infrastructureEncryption", Update=true)>]
member this.CmkInfrastructureEncryption : string with get, set
Public Property CmkInfrastructureEncryption As String

Property Value

Attributes

Applies to