Uses of Class
com.azure.resourcemanager.compute.models.DiskControllerTypes
Packages that use DiskControllerTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskControllerTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskControllerTypesModifier and TypeFieldDescriptionstatic final DiskControllerTypesDiskControllerTypes.NVMEStatic value NVMe for DiskControllerTypes.static final DiskControllerTypesDiskControllerTypes.SCSIStatic value SCSI for DiskControllerTypes.Methods in com.azure.resourcemanager.compute.models that return DiskControllerTypesModifier and TypeMethodDescriptionStorageProfile.diskControllerType()Get the diskControllerType property: Specifies the disk controller type configured for the VM.static DiskControllerTypesDiskControllerTypes.fromString(String name) Creates or finds a DiskControllerTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskControllerTypesModifier and TypeMethodDescriptionstatic Collection<DiskControllerTypes>DiskControllerTypes.values()Gets known DiskControllerTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskControllerTypesModifier and TypeMethodDescriptionStorageProfile.withDiskControllerType(DiskControllerTypes diskControllerType) Set the diskControllerType property: Specifies the disk controller type configured for the VM.