ProvisioningState Struct

Definition

The current deployment state of connectedClusters.

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

Constructors

Name Description
ProvisioningState(String)

Initializes a new instance of ProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Canceled

Gets the Canceled.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Provisioning

Gets the Provisioning.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(ProvisioningState)

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

Determines if two ProvisioningState values are the same.

Implicit(String to Nullable<ProvisioningState>)
Implicit(String to ProvisioningState)

Converts a string to a ProvisioningState.

Inequality(ProvisioningState, ProvisioningState)

Determines if two ProvisioningState values are not the same.

Applies to