WorkflowStatus Struct

Definition

The workflow status. Serialized Name: WorkflowStatus

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

Constructors

Name Description
WorkflowStatus(String)

Initializes a new instance of WorkflowStatus.

Properties

Name Description
Aborted

Aborted Serialized Name: WorkflowStatus.Aborted

Cancelled

Cancelled Serialized Name: WorkflowStatus.Cancelled

Failed

Failed Serialized Name: WorkflowStatus.Failed

Faulted

Faulted Serialized Name: WorkflowStatus.Faulted

Ignored

Ignored Serialized Name: WorkflowStatus.Ignored

NotSpecified

NotSpecified Serialized Name: WorkflowStatus.NotSpecified

Paused

Paused Serialized Name: WorkflowStatus.Paused

Running

Running Serialized Name: WorkflowStatus.Running

Skipped

Skipped Serialized Name: WorkflowStatus.Skipped

Succeeded

Succeeded Serialized Name: WorkflowStatus.Succeeded

Suspended

Suspended Serialized Name: WorkflowStatus.Suspended

TimedOut

TimedOut Serialized Name: WorkflowStatus.TimedOut

Waiting

Waiting Serialized Name: WorkflowStatus.Waiting

Methods

Name Description
Equals(WorkflowStatus)

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

Determines if two WorkflowStatus values are the same.

Implicit(String to WorkflowStatus)

Converts a String to a WorkflowStatus.

Inequality(WorkflowStatus, WorkflowStatus)

Determines if two WorkflowStatus values are not the same.

Applies to