Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSettingsElement
Packages that use EncryptionSettingsElement
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of EncryptionSettingsElement in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return EncryptionSettingsElementModifier and TypeMethodDescriptionEncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.EncryptionSettingsElement.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey) Set the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type EncryptionSettingsElementModifier and TypeMethodDescriptionEncryptionSettingsCollection.encryptionSettings()Get the encryptionSettings property: A collection of encryption settings, one for each disk volume.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type EncryptionSettingsElementModifier and TypeMethodDescriptionEncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings) Set the encryptionSettings property: A collection of encryption settings, one for each disk volume.