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

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