| Modifier and Type | Method and Description |
|---|---|
KeyVaultSecretReference |
DiskEncryptionSettings.diskEncryptionKey()
Get specifies the location of the disk encryption key, which is a Key Vault Secret.
|
KeyVaultSecretReference |
KeyVaultSecretReference.withSecretUrl(String secretUrl)
Set the URL referencing a secret in a Key Vault.
|
KeyVaultSecretReference |
KeyVaultSecretReference.withSourceVault(com.microsoft.azure.SubResource sourceVault)
Set the relative URL of the Key Vault containing the secret.
|
| Modifier and Type | Method and Description |
|---|---|
DiskEncryptionSettings |
DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set specifies the location of the disk encryption key, which is a Key Vault Secret.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/