HciStorageType 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.
Storage type supported for HCI Cluster.
public readonly struct HciStorageType : IEquatable<Azure.ResourceManager.Hci.Models.HciStorageType>
type HciStorageType = struct
Public Structure HciStorageType
Implements IEquatable(Of HciStorageType)
- Inheritance
-
HciStorageType
- Implements
Constructors
| Name | Description |
|---|---|
| HciStorageType(String) |
Initializes a new instance of HciStorageType. |
Properties
| Name | Description |
|---|---|
| S2D |
Storage Spaces Direct (S2D) storage type. |
| SAN |
Storage Area Network (SAN) storage type. |
| SANS2D |
Combined SAN and Storage Spaces Direct (SANS2D) storage type. |
Methods
| Name | Description |
|---|---|
| Equals(HciStorageType) |
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(HciStorageType, HciStorageType) |
Determines if two HciStorageType values are the same. |
| Implicit(String to HciStorageType) |
Converts a string to a HciStorageType. |
| Implicit(String to Nullable<HciStorageType>) | |
| Inequality(HciStorageType, HciStorageType) |
Determines if two HciStorageType values are not the same. |