WorkflowState Struct

Definition

The workflow state. Serialized Name: WorkflowState

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

Constructors

Name Description
WorkflowState(String)

Initializes a new instance of WorkflowState.

Properties

Name Description
Completed

Completed Serialized Name: WorkflowState.Completed

Deleted

Deleted Serialized Name: WorkflowState.Deleted

Disabled

Disabled Serialized Name: WorkflowState.Disabled

Enabled

Enabled Serialized Name: WorkflowState.Enabled

NotSpecified

NotSpecified Serialized Name: WorkflowState.NotSpecified

Suspended

Suspended Serialized Name: WorkflowState.Suspended

Methods

Name Description
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

Name Description
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