WorkflowProvisioningState Struct

Definition

The workflow provisioning state.

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

Constructors

WorkflowProvisioningState(String)

Initializes a new instance of WorkflowProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Completed

Completed.

Created

Created.

Creating

Creating.

Deleted

Deleted.

Deleting

Deleting.

Failed

Failed.

InProgress

InProgress.

Moving

Moving.

NotSpecified

NotSpecified.

Pending

Pending.

Ready

Ready.

Registered

Registered.

Registering

Registering.

Renewing

Renewing.

Running

Running.

Succeeded

Succeeded.

Unregistered

Unregistered.

Unregistering

Unregistering.

Updating

Updating.

Waiting

Waiting.

Methods

Equals(WorkflowProvisioningState)

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

Determines if two WorkflowProvisioningState values are the same.

Implicit(String to WorkflowProvisioningState)

Converts a string to a WorkflowProvisioningState.

Inequality(WorkflowProvisioningState, WorkflowProvisioningState)

Determines if two WorkflowProvisioningState values are not the same.

Applies to