Condividi tramite


WorkflowRunActionRepetitionDefinitionCollection Class

Definition

A collection of workflow run action repetitions.

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

Constructors

WorkflowRunActionRepetitionDefinitionCollection()

Creates an new WorkflowRunActionRepetitionDefinitionCollection instance.

Properties

NextLink

The link used to get the next page of recommendations.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowRunActionRepetitionDefinitionCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowRunActionRepetitionDefinitionCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowRunActionRepetitionDefinitionCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to