Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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(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 © 2019. All rights reserved.