VirtualMachineEncryptionConfiguration<T>.WithVolumeEncryptionKeyEncrypted Method

Definition

Overloads

WithVolumeEncryptionKeyEncrypted(String)

Specifies the key vault url to the key for protecting or wrapping the disk-encryption key.

WithVolumeEncryptionKeyEncrypted(String, String)

Specifies the and key vault Id and a vault url to the key for protecting or wrapping the disk-encryption key.

WithVolumeEncryptionKeyEncrypted(String)

Specifies the key vault url to the key for protecting or wrapping the disk-encryption key.

public T WithVolumeEncryptionKeyEncrypted (string keyEncryptionKeyURL);
member this.WithVolumeEncryptionKeyEncrypted : string -> 'T
Public Function WithVolumeEncryptionKeyEncrypted (keyEncryptionKeyURL As String) As T

Parameters

keyEncryptionKeyURL
String

The key (KEK) url.

Returns

T

Applies to

WithVolumeEncryptionKeyEncrypted(String, String)

Specifies the and key vault Id and a vault url to the key for protecting or wrapping the disk-encryption key.

public T WithVolumeEncryptionKeyEncrypted (string keyEncryptionKeyURL, string keyEncryptionKeyKevVaultId);
member this.WithVolumeEncryptionKeyEncrypted : string * string -> 'T
Public Function WithVolumeEncryptionKeyEncrypted (keyEncryptionKeyURL As String, keyEncryptionKeyKevVaultId As String) As T

Parameters

keyEncryptionKeyURL
String

The key (KEK) url.

keyEncryptionKeyKevVaultId
String

Resource id of the keyVault storing KEK.

Returns

T

Applies to