| Modifier and Type | Method and Description |
|---|---|
KeyVaultKeyReference |
DiskEncryptionSettings.keyEncryptionKey()
Get specifies the location of the key encryption key in Key Vault.
|
KeyVaultKeyReference |
KeyVaultKeyReference.withKeyUrl(String keyUrl)
Set the URL referencing a key encryption key in Key Vault.
|
KeyVaultKeyReference |
KeyVaultKeyReference.withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the relative URL of the Key Vault containing the key.
|
| Modifier and Type | Method and Description |
|---|---|
DiskEncryptionSettings |
DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set specifies the location of the key encryption key in Key Vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/