RepetitionIndex 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 workflow run action repetition index.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RepetitionIndexTypeConverter))]
public class RepetitionIndex : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRepetitionIndex
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RepetitionIndexTypeConverter))>]
type RepetitionIndex = class
interface IRepetitionIndex
interface IJsonSerializable
Public Class RepetitionIndex
Implements IRepetitionIndex
- Inheritance
-
RepetitionIndex
- Attributes
- Implements
Constructors
RepetitionIndex() |
Creates an new RepetitionIndex instance. |
Properties
ItemIndex |
The index. |
ScopeName |
The scope. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RepetitionIndex. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RepetitionIndex. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRepetitionIndex. |
FromJsonString(String) |
Creates a new instance of RepetitionIndex, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RepetitionIndex into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |