Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EncryptionSettingsElement |
EncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
Set key Vault Secret Url and vault id of the disk encryption key.
|
EncryptionSettingsElement |
EncryptionSettingsElement.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set key Vault Key Url and vault id of the key encryption key.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptionSettingsElement> |
EncryptionSettingsCollection.encryptionSettings()
Get a collection of encryption settings, one for each disk volume.
|
Modifier and Type | Method and Description |
---|---|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set a collection of encryption settings, one for each disk volume.
|
Copyright © 2019. All rights reserved.