你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowStatus Struct

Definition

The workflow status.

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

Constructors

WorkflowStatus(String)

Initializes a new instance of WorkflowStatus.

Properties

Aborted

Aborted.

Cancelled

Cancelled.

Failed

Failed.

Faulted

Faulted.

Ignored

Ignored.

NotSpecified

NotSpecified.

Paused

Paused.

Running

Running.

Skipped

Skipped.

Succeeded

Succeeded.

Suspended

Suspended.

TimedOut

TimedOut.

Waiting

Waiting.

Methods

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

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