次の方法で共有


WorkflowListResult Class

Definition

The list of workflows.

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

Constructors

WorkflowListResult()

Creates an new WorkflowListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

The list of workflows.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to