Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSettings
Packages that use DiskEncryptionSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskEncryptionSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSettingsModifier and TypeMethodDescriptionOSDisk.encryptionSettings()Get the encryptionSettings property: Specifies the encryption settings for the OS Disk.RestorePointSourceVmosDisk.encryptionSettings()Get the encryptionSettings property: Gets the disk encryption settings.DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.DiskEncryptionSettings.withEnabled(Boolean enabled) Set the enabled property: Specifies whether disk encryption should be enabled on the virtual machine.DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey) Set the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskEncryptionSettingsModifier and TypeMethodDescriptionDiskInstanceView.encryptionSettings()Get the encryptionSettings property: Specifies the encryption settings for the OS Disk.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSettingsModifier and TypeMethodDescriptionOSDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings) Set the encryptionSettings property: Specifies the encryption settings for the OS Disk.RestorePointSourceVmosDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings) Set the encryptionSettings property: Gets the disk encryption settings.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings) Specifies the encryption settings for the OS Disk.VirtualMachine.Update.withOSDiskEncryptionSettings(DiskEncryptionSettings settings) Specifies the encryption settings for the OS Disk.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskEncryptionSettingsModifier and TypeMethodDescriptionDiskInstanceView.withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings) Set the encryptionSettings property: Specifies the encryption settings for the OS Disk.