次の方法で共有


WorkflowRunActionFilter Class

Definition

The workflow run action filter.

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

Constructors

WorkflowRunActionFilter()

Creates an new WorkflowRunActionFilter instance.

Properties

Status

The status of workflow run action.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunActionFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunActionFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunActionFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to