LocalStorageDiskType 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.
Different kind of Local storage disk types supported by Azure VMs.
public readonly struct LocalStorageDiskType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.LocalStorageDiskType>
type LocalStorageDiskType = struct
Public Structure LocalStorageDiskType
Implements IEquatable(Of LocalStorageDiskType)
- Inheritance
-
LocalStorageDiskType
- Implements
Constructors
LocalStorageDiskType(String) |
Initializes a new instance of LocalStorageDiskType. |
Properties
HDD |
HDD DiskType. |
SSD |
SDD DiskType. |
Methods
Equals(LocalStorageDiskType) |
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(LocalStorageDiskType, LocalStorageDiskType) |
Determines if two LocalStorageDiskType values are the same. |
Implicit(String to LocalStorageDiskType) |
Converts a String to a LocalStorageDiskType. |
Inequality(LocalStorageDiskType, LocalStorageDiskType) |
Determines if two LocalStorageDiskType values are not the same. |
Applies to
Azure SDK for .NET