Uses of Class
com.microsoft.azure.management.compute.DiskEncryptionSettings
Packages that use DiskEncryptionSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiskEncryptionSettings in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return DiskEncryptionSettingsModifier and TypeMethodDescriptionOSDisk.encryptionSettings()
Get specifies the encryption settings for the OS Disk.DiskEncryptionSettings.withDiskEncryptionKey
(KeyVaultSecretReference diskEncryptionKey) Set specifies the location of the disk encryption key, which is a Key Vault Secret.DiskEncryptionSettings.withEnabled
(Boolean enabled) Set specifies whether disk encryption should be enabled on the virtual machine.DiskEncryptionSettings.withKeyEncryptionKey
(KeyVaultKeyReference keyEncryptionKey) Set specifies the location of the key encryption key in Key Vault.Methods in com.microsoft.azure.management.compute that return types with arguments of type DiskEncryptionSettingsModifier and TypeMethodDescriptionDiskInstanceView.encryptionSettings()
Get specifies the encryption settings for the OS Disk.Methods in com.microsoft.azure.management.compute with parameters of type DiskEncryptionSettingsModifier and TypeMethodDescriptionOSDisk.withEncryptionSettings
(DiskEncryptionSettings encryptionSettings) Set specifies the encryption settings for the OS Disk.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.microsoft.azure.management.compute with type arguments of type DiskEncryptionSettingsModifier and TypeMethodDescriptionDiskInstanceView.withEncryptionSettings
(List<DiskEncryptionSettings> encryptionSettings) Set specifies the encryption settings for the OS Disk.