Share via


WorkflowModelCollection Class

Definition

Workflow model collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.WorkflowModelCollectionTypeConverter))]
public class WorkflowModelCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModelCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.WorkflowModelCollectionTypeConverter))>]
type WorkflowModelCollection = class
    interface IWorkflowModelCollection
    interface IJsonSerializable
Public Class WorkflowModelCollection
Implements IWorkflowModelCollection
Inheritance
WorkflowModelCollection
Attributes
Implements

Constructors

WorkflowModelCollection()

Creates an new WorkflowModelCollection instance.

Properties

NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of workflows.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowModelCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModelCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to