IEncryptionSettings.CmkInfrastructureEncryption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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