WorkflowRunActionRepetitionDefinitionCollection 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.
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. |