WorkflowFilter Constructors

Definition

Overloads

WorkflowFilter()

Initializes a new instance of the WorkflowFilter class.

WorkflowFilter(String)

Initializes a new instance of the WorkflowFilter class.

WorkflowFilter()

Initializes a new instance of the WorkflowFilter class.

public WorkflowFilter ();
Public Sub New ()

Applies to

WorkflowFilter(String)

Initializes a new instance of the WorkflowFilter class.

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

Parameters

state
String

The state of workflows. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'

Applies to