VirtualMachineEncryptionConfiguration<T>.WithVolumeEncryptionKeyEncrypted 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.
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