Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
KeyVaultKeyReference |
DiskEncryptionSettings.keyEncryptionKey()
Get the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.
|
KeyVaultKeyReference |
KeyVaultKeyReference.withKeyUrl(String keyUrl)
Set the keyUrl property: The URL referencing a key encryption key in Key Vault.
|
KeyVaultKeyReference |
KeyVaultKeyReference.withSourceVault(com.azure.core.management.SubResource sourceVault)
Set the sourceVault property: The relative URL of the Key Vault containing the key.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSettings |
DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.