Uses of Class
com.microsoft.azure.management.compute.DiskEncryptionSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiskEncryptionSettings in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionDiskInstanceView.encryptionSettings()
Get specifies the encryption settings for the OS Disk.Modifier 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.Modifier and TypeMethodDescriptionDiskInstanceView.withEncryptionSettings
(List<DiskEncryptionSettings> encryptionSettings) Set specifies the encryption settings for the OS Disk.