Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSettings
-
Packages that use DiskEncryptionSettings Package Description com.azure.resourcemanager.compute.models 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 DiskEncryptionSettings Modifier and Type Method Description DiskEncryptionSettingsOSDisk. encryptionSettings()Get the encryptionSettings property: Specifies the encryption settings for the OS Disk.DiskEncryptionSettingsRestorePointSourceVmosDisk. encryptionSettings()Get the encryptionSettings property: Gets the disk encryption settings.DiskEncryptionSettingsDiskEncryptionSettings. withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.DiskEncryptionSettingsDiskEncryptionSettings. withEnabled(Boolean enabled)Set the enabled property: Specifies whether disk encryption should be enabled on the virtual machine.DiskEncryptionSettingsDiskEncryptionSettings. 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 DiskEncryptionSettings Modifier and Type Method Description List<DiskEncryptionSettings>DiskInstanceView. encryptionSettings()Get the encryptionSettings property: Specifies the encryption settings for the OS Disk.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSettings Modifier and Type Method Description OSDiskOSDisk. withEncryptionSettings(DiskEncryptionSettings encryptionSettings)Set the encryptionSettings property: Specifies the encryption settings for the OS Disk.RestorePointSourceVmosDiskRestorePointSourceVmosDisk. withEncryptionSettings(DiskEncryptionSettings encryptionSettings)Set the encryptionSettings property: Gets the disk encryption settings.VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithOSDiskSettings. withOSDiskEncryptionSettings(DiskEncryptionSettings settings)Specifies the encryption settings for the OS Disk.VirtualMachine.UpdateVirtualMachine.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 DiskEncryptionSettings Modifier and Type Method Description DiskInstanceViewDiskInstanceView. withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)Set the encryptionSettings property: Specifies the encryption settings for the OS Disk.
-