次の方法で共有


WorkflowRunListResult Class

Definition

The list of workflow runs.

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

Constructors

WorkflowRunListResult()

Creates an new WorkflowRunListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of workflow runs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to