DiskEncryptionSettings Class

Definition

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.

Applies to