IWorkflowRunActionRepetitionDefinition.RepetitionIndex Property

Definition

The repetition indexes.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The repetition indexes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRepetitionIndex) }, Read=true, ReadOnly=false, Required=false, SerializedName="repetitionIndexes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRepetitionIndex> RepetitionIndex { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The repetition indexes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRepetitionIndex) }, Read=true, ReadOnly=false, Required=false, SerializedName="repetitionIndexes", Update=true)>]
member this.RepetitionIndex : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IRepetitionIndex> with get, set
Public Property RepetitionIndex As List(Of IRepetitionIndex)

Property Value

Attributes

Applies to