Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
KeyVaultAndSecretReference |
EncryptionSettingsElement.diskEncryptionKey()
Get the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.
|
KeyVaultAndSecretReference |
KeyVaultAndSecretReference.withSecretUrl(String secretUrl)
Set the secretUrl property: Url pointing to a key or secret in KeyVault.
|
KeyVaultAndSecretReference |
KeyVaultAndSecretReference.withSourceVault(SourceVault sourceVault)
Set the sourceVault property: Resource id of the KeyVault containing the key or secret.
|
Modifier and Type | Method and Description |
---|---|
EncryptionSettingsElement |
EncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.