KeyForDiskEncryptionSet Class

Definition

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

public class KeyForDiskEncryptionSet
type KeyForDiskEncryptionSet = class
Public Class KeyForDiskEncryptionSet
Inheritance
KeyForDiskEncryptionSet

Constructors

KeyForDiskEncryptionSet()

Initializes a new instance of the KeyForDiskEncryptionSet class.

KeyForDiskEncryptionSet(String, SourceVault)

Initializes a new instance of the KeyForDiskEncryptionSet class.

Properties

KeyUrl

Gets or sets fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.

SourceVault

Gets or sets resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.

Methods

Validate()

Validate the object.

Applies to