Uses of Class
com.microsoft.azure.management.compute.EncryptionSettingsElement
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of EncryptionSettingsElement in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionEncryptionSettingsElement.withDiskEncryptionKey
(KeyVaultAndSecretReference diskEncryptionKey) Set key Vault Secret Url and vault id of the disk encryption key.EncryptionSettingsElement.withKeyEncryptionKey
(KeyVaultAndKeyReference keyEncryptionKey) Set key Vault Key Url and vault id of the key encryption key.Modifier and TypeMethodDescriptionEncryptionSettingsCollection.encryptionSettings()
Get a collection of encryption settings, one for each disk volume.Modifier and TypeMethodDescriptionEncryptionSettingsCollection.withEncryptionSettings
(List<EncryptionSettingsElement> encryptionSettings) Set a collection of encryption settings, one for each disk volume.