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
Subclasses with type arguments of type DiskControllerTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the disk controller type configured for the VM and VirtualMachineScaleSet.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 TypeMethodDescriptionRestorePointSourceVMStorageProfile.diskControllerType()Get the diskControllerType property: Gets the disk controller type of the VM captured at the time of the restore point creation.StorageProfile.diskControllerType()Get the diskControllerType property: Specifies the disk controller type configured for the VM.VirtualMachineScaleSetStorageProfile.diskControllerType()Get the diskControllerType property: Specifies the disk controller type configured for the virtual machines in the scale set.VirtualMachineScaleSetUpdateStorageProfile.diskControllerType()Get the diskControllerType property: Specifies the disk controller type configured for the virtual machines in the scale set.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.VirtualMachineScaleSetStorageProfile.withDiskControllerType(DiskControllerTypes diskControllerType) Set the diskControllerType property: Specifies the disk controller type configured for the virtual machines in the scale set.VirtualMachineScaleSetUpdateStorageProfile.withDiskControllerType(DiskControllerTypes diskControllerType) Set the diskControllerType property: Specifies the disk controller type configured for the virtual machines in the scale set.