EncryptionPreferences Constructors
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.
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
Azure SDK for .NET