WorkflowState Struct

Definition

The workflow state.

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

Constructors

WorkflowState(String)

Initializes a new instance of WorkflowState.

Properties

Completed

Completed.

Deleted

Deleted.

Disabled

Disabled.

Enabled

Enabled.

NotSpecified

NotSpecified.

Suspended

Suspended.

Methods

Equals(WorkflowState)

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

Determines if two WorkflowState values are the same.

Implicit(String to WorkflowState)

Converts a string to a WorkflowState.

Inequality(WorkflowState, WorkflowState)

Determines if two WorkflowState values are not the same.

Applies to