Uses of Class
com.azure.resourcemanager.compute.models.WindowsVMDiskEncryptionConfiguration
Packages that use WindowsVMDiskEncryptionConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsVMDiskEncryptionConfiguration in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type WindowsVMDiskEncryptionConfiguration in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionclassType representing encryption configuration to be applied to a Windows virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsVMDiskEncryptionConfigurationModifier and TypeMethodDescriptionVirtualMachineEncryption.enable(WindowsVMDiskEncryptionConfiguration encryptionSettings) Enable encryption for Windows virtual machine disks.VirtualMachineEncryption.enableAsync(WindowsVMDiskEncryptionConfiguration encryptionSettings) Enable encryption for Windows virtual machine disks.