Condividi tramite


CommitmentPlanProvisioningState Struct

Definition

Gets the status of the resource at the time the operation was called.

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

Constructors

Name Description
CommitmentPlanProvisioningState(String)

Initializes a new instance of CommitmentPlanProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Canceled

Gets the Canceled.

Creating

Gets the Creating.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

Moving

Gets the Moving.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(CommitmentPlanProvisioningState)

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

Determines if two CommitmentPlanProvisioningState values are the same.

Implicit(String to CommitmentPlanProvisioningState)

Converts a string to a CommitmentPlanProvisioningState.

Implicit(String to Nullable<CommitmentPlanProvisioningState>)
Inequality(CommitmentPlanProvisioningState, CommitmentPlanProvisioningState)

Determines if two CommitmentPlanProvisioningState values are not the same.

Applies to