DiskControllerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the disk controller type configured for the VM and VirtualMachineScaleSet. This property is only supported for virtual machines whose operating system disk and VM sku supports Generation 2 (https://docs.microsoft.com/en-us/azure/virtual-machines/generation-2), please check the HyperVGenerations capability returned as part of VM sku capabilities in the response of Microsoft.Compute SKUs api for the region contains V2 (https://docs.microsoft.com/rest/api/compute/resourceskus/list). For more information about Disk Controller Types supported please refer to https://aka.ms/azure-diskcontrollertypes.
public readonly struct DiskControllerType : IEquatable<Azure.ResourceManager.Compute.Models.DiskControllerType>
type DiskControllerType = struct
Public Structure DiskControllerType
Implements IEquatable(Of DiskControllerType)
- Inheritance
-
DiskControllerType
- Implements
Constructors
DiskControllerType(String) |
Initializes a new instance of DiskControllerType. |
Properties
NVMe |
NVMe. |
Scsi |
SCSI. |
Methods
Equals(DiskControllerType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DiskControllerType, DiskControllerType) |
Determines if two DiskControllerType values are the same. |
Implicit(String to DiskControllerType) |
Converts a String to a DiskControllerType. |
Inequality(DiskControllerType, DiskControllerType) |
Determines if two DiskControllerType values are not the same. |
Applies to
Azure SDK for .NET