Share via


RackSkuType Struct

Definition

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