다음을 통해 공유


WorkflowRunFilter Constructors

Definition

Overloads

WorkflowRunFilter()

Initializes a new instance of the WorkflowRunFilter class.

WorkflowRunFilter(String)

Initializes a new instance of the WorkflowRunFilter class.

WorkflowRunFilter()

Initializes a new instance of the WorkflowRunFilter class.

public WorkflowRunFilter ();
Public Sub New ()

Applies to

WorkflowRunFilter(String)

Initializes a new instance of the WorkflowRunFilter class.

public WorkflowRunFilter (string status = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter : string -> Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter
Public Sub New (Optional status As String = Nothing)

Parameters

status
String

The status of workflow run. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'

Applies to