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
| Name | Description |
|---|---|
| LocalStorageDiskType(String) |
Initializes a new instance of LocalStorageDiskType. |
Properties
| Name | Description |
|---|---|
| HDD |
HDD DiskType. |
| SSD |
SDD DiskType. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |