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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type EncryptionSettingsElementModifier and TypeClassDescriptionfinal classEncryption settings for one disk volume.Methods in com.azure.resourcemanager.compute.models that return EncryptionSettingsElementModifier and TypeMethodDescriptionstatic EncryptionSettingsElementEncryptionSettingsElement.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionSettingsElement from the JsonReader.EncryptionSettingsElement.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.