Condividi tramite


WorkflowRunFilter Class

Definition

The workflow run filter.

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

Constructors

WorkflowRunFilter()

Creates an new WorkflowRunFilter instance.

Properties

Status

The status of workflow run.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to