RackSkuType 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.
The type of the rack.
public readonly struct RackSkuType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.RackSkuType>
type RackSkuType = struct
Public Structure RackSkuType
Implements IEquatable(Of RackSkuType)
- Inheritance
-
RackSkuType
- Implements
Constructors
RackSkuType(String) |
Initializes a new instance of RackSkuType. |
Properties
Aggregator |
Aggregator. |
Compute |
Compute. |
Single |
Single. |
Methods
Equals(RackSkuType) |
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(RackSkuType, RackSkuType) |
Determines if two RackSkuType values are the same. |
Implicit(String to RackSkuType) |
Converts a string to a RackSkuType. |
Inequality(RackSkuType, RackSkuType) |
Determines if two RackSkuType values are not the same. |
Applies to
Azure SDK for .NET