Share via


RackSkuProvisioningState Struct

Definition

The provisioning state of the rack SKU resource.

public readonly struct RackSkuProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.RackSkuProvisioningState>
type RackSkuProvisioningState = struct
Public Structure RackSkuProvisioningState
Implements IEquatable(Of RackSkuProvisioningState)
Inheritance
RackSkuProvisioningState
Implements

Constructors

RackSkuProvisioningState(String)

Initializes a new instance of RackSkuProvisioningState.

Properties

Succeeded

Succeeded.

Methods

Equals(RackSkuProvisioningState)

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(RackSkuProvisioningState, RackSkuProvisioningState)

Determines if two RackSkuProvisioningState values are the same.

Implicit(String to RackSkuProvisioningState)

Converts a string to a RackSkuProvisioningState.

Inequality(RackSkuProvisioningState, RackSkuProvisioningState)

Determines if two RackSkuProvisioningState values are not the same.

Applies to