IEncryptionPreferences.HardwareEncryption 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.
Defines Hardware level encryption (Only for disk)
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Defines Hardware level encryption (Only for disk)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryption) }, ReadOnly=false, Required=false, SerializedName="hardwareEncryption")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryption? HardwareEncryption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Defines Hardware level encryption (Only for disk)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryption) }, ReadOnly=false, Required=false, SerializedName="hardwareEncryption")>]
member this.HardwareEncryption : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.HardwareEncryption> with get, set
Public Property HardwareEncryption As Nullable(Of HardwareEncryption)
Property Value
- Attributes