ArmDataBoxModelFactory.DataBoxEncryptionPreferences Method
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.
public static Azure.ResourceManager.DataBox.Models.DataBoxEncryptionPreferences DataBoxEncryptionPreferences(Azure.ResourceManager.DataBox.Models.DataBoxDoubleEncryption? doubleEncryption = default, Azure.ResourceManager.DataBox.Models.HardwareEncryption? hardwareEncryption = default);
static member DataBoxEncryptionPreferences : Nullable<Azure.ResourceManager.DataBox.Models.DataBoxDoubleEncryption> * Nullable<Azure.ResourceManager.DataBox.Models.HardwareEncryption> -> Azure.ResourceManager.DataBox.Models.DataBoxEncryptionPreferences
Public Shared Function DataBoxEncryptionPreferences (Optional doubleEncryption As Nullable(Of DataBoxDoubleEncryption) = Nothing, Optional hardwareEncryption As Nullable(Of HardwareEncryption) = Nothing) As DataBoxEncryptionPreferences
Parameters
- doubleEncryption
- Nullable<DataBoxDoubleEncryption>
Defines secondary layer of software-based encryption enablement.
- hardwareEncryption
- Nullable<HardwareEncryption>
Defines Hardware level encryption (Only for disk).
Returns
A new DataBoxEncryptionPreferences instance for mocking.