Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
KeyVaultSecretReference |
DiskEncryptionSettings.diskEncryptionKey()
Get the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault
Secret.
|
KeyVaultSecretReference |
KeyVaultSecretReference.withSecretUrl(String secretUrl)
Set the secretUrl property: The URL referencing a secret in a Key Vault.
|
KeyVaultSecretReference |
KeyVaultSecretReference.withSourceVault(com.azure.core.management.SubResource sourceVault)
Set the sourceVault property: The relative URL of the Key Vault containing the secret.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSettings |
DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault
Secret.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.