WorkflowFilter Class

Definition

The workflow filter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowFilterTypeConverter))]
public class WorkflowFilter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowFilterTypeConverter))>]
type WorkflowFilter = class
    interface IWorkflowFilter
    interface IJsonSerializable
Public Class WorkflowFilter
Implements IWorkflowFilter
Inheritance
WorkflowFilter
Attributes
Implements

Constructors

WorkflowFilter()

Creates an new WorkflowFilter instance.

Properties

State

The state of workflows.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowFilter.

FromJsonString(String)

Creates a new instance of WorkflowFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to