Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
KeyVaultAndKeyReference |
DiskEncryptionSetInner.activeKey()
Get the activeKey property: The key vault key which is currently used by this disk encryption set.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSetInner |
DiskEncryptionSetInner.withActiveKey(KeyVaultAndKeyReference activeKey)
Set the activeKey property: The key vault key which is currently used by this disk encryption set.
|
Modifier and Type | Method and Description |
---|---|
KeyVaultAndKeyReference |
DiskEncryptionSetUpdate.activeKey()
Get the activeKey property: Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to
unwrap the encryptionKey.
|
KeyVaultAndKeyReference |
EncryptionSettingsElement.keyEncryptionKey()
Get the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.
|
KeyVaultAndKeyReference |
KeyVaultAndKeyReference.withKeyUrl(String keyUrl)
Set the keyUrl property: Url pointing to a key or secret in KeyVault.
|
KeyVaultAndKeyReference |
KeyVaultAndKeyReference.withSourceVault(SourceVault sourceVault)
Set the sourceVault property: Resource id of the KeyVault containing the key or secret.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSetUpdate |
DiskEncryptionSetUpdate.withActiveKey(KeyVaultAndKeyReference activeKey)
Set the activeKey property: Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to
unwrap the encryptionKey.
|
EncryptionSettingsElement |
EncryptionSettingsElement.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.