WorkflowListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |