HardwareClass 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.
Hardware class of the cluster.
public readonly struct HardwareClass : IEquatable<Azure.ResourceManager.Hci.Models.HardwareClass>
type HardwareClass = struct
Public Structure HardwareClass
Implements IEquatable(Of HardwareClass)
- Inheritance
-
HardwareClass
- Implements
Constructors
| Name | Description |
|---|---|
| HardwareClass(String) |
Initializes a new instance of HardwareClass. |
Properties
| Name | Description |
|---|---|
| Large |
The hardware class is large. |
| Medium |
The hardware class is medium. This corresponds to the default. |
| Small |
The hardware class is small. |
Methods
| Name | Description |
|---|---|
| Equals(HardwareClass) |
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(HardwareClass, HardwareClass) |
Determines if two HardwareClass values are the same. |
| Implicit(String to HardwareClass) |
Converts a string to a HardwareClass. |
| Implicit(String to Nullable<HardwareClass>) | |
| Inequality(HardwareClass, HardwareClass) |
Determines if two HardwareClass values are not the same. |