Uses of Enum
com.azure.resourcemanager.compute.models.DiskVolumeType
Packages that use DiskVolumeType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskVolumeType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskVolumeTypeModifier and TypeFieldDescriptionprotected DiskVolumeTypeVirtualMachineEncryptionConfiguration.volumeTypeThe volume type.Methods in com.azure.resourcemanager.compute.models that return DiskVolumeTypeModifier and TypeMethodDescriptionstatic DiskVolumeTypeReturns the enum constant of this type with the specified name.static DiskVolumeType[]DiskVolumeType.values()Returns an array containing the constants of this enum type, in the order they are declared.VirtualMachineEncryptionConfiguration.volumeType()Gets type of the volume to perform encryption operation.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskVolumeTypeModifier and TypeMethodDescriptionVirtualMachineEncryption.disable(DiskVolumeType volumeType) Disable encryption for virtual machine disks.VirtualMachineEncryption.disableAsync(DiskVolumeType volumeType) Disable encryption for virtual machine disks.VirtualMachineEncryptionConfiguration.withVolumeType(DiskVolumeType volumeType) Specifies the volume to encrypt.