DiskEncryptionSettings Class
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.
Describes a Encryption Settings for a Disk
public class DiskEncryptionSettings
type DiskEncryptionSettings = class
Public Class DiskEncryptionSettings
- Inheritance
-
DiskEncryptionSettings
Constructors
DiskEncryptionSettings() |
Initializes a new instance of the DiskEncryptionSettings class. |
DiskEncryptionSettings(KeyVaultSecretReference, KeyVaultKeyReference, Nullable<Boolean>) |
Initializes a new instance of the DiskEncryptionSettings class. |
Properties
DiskEncryptionKey |
Gets or sets specifies the location of the disk encryption key, which is a Key Vault Secret. |
Enabled |
Gets or sets specifies whether disk encryption should be enabled on the virtual machine. |
KeyEncryptionKey |
Gets or sets specifies the location of the key encryption key in Key Vault. |
Methods
Validate() |
Validate the object. |