Share via


EncryptionPreferences Constructors

Definition

Overloads

EncryptionPreferences()

Initializes a new instance of the EncryptionPreferences class.

EncryptionPreferences(Nullable<DoubleEncryption>)

Initializes a new instance of the EncryptionPreferences class.

EncryptionPreferences()

Initializes a new instance of the EncryptionPreferences class.

public EncryptionPreferences ();
Public Sub New ()

Applies to

EncryptionPreferences(Nullable<DoubleEncryption>)

Initializes a new instance of the EncryptionPreferences class.

public EncryptionPreferences (Microsoft.Azure.Management.DataBox.Models.DoubleEncryption? doubleEncryption = default);
new Microsoft.Azure.Management.DataBox.Models.EncryptionPreferences : Nullable<Microsoft.Azure.Management.DataBox.Models.DoubleEncryption> -> Microsoft.Azure.Management.DataBox.Models.EncryptionPreferences
Public Sub New (Optional doubleEncryption As Nullable(Of DoubleEncryption) = Nothing)

Parameters

doubleEncryption
Nullable<DoubleEncryption>

Defines secondary layer of software-based encryption enablement. Possible values include: 'Enabled', 'Disabled'

Applies to