Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSettingsElement
-
Packages that use EncryptionSettingsElement Package Description com.azure.resourcemanager.compute.models 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 EncryptionSettingsElement Modifier and Type Method Description EncryptionSettingsElementEncryptionSettingsElement. withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.EncryptionSettingsElementEncryptionSettingsElement. 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 EncryptionSettingsElement Modifier and Type Method Description List<EncryptionSettingsElement>EncryptionSettingsCollection. 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 EncryptionSettingsElement Modifier and Type Method Description EncryptionSettingsCollectionEncryptionSettingsCollection. withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)Set the encryptionSettings property: A collection of encryption settings, one for each disk volume.
-