다음을 통해 공유


WorkflowRunActionRepetitionDefinition.RepetitionIndexes Property

Definition

Gets or sets the repetition indexes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.repetitionIndexes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> RepetitionIndexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.repetitionIndexes")>]
member this.RepetitionIndexes : System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RepetitionIndex> with get, set
Public Property RepetitionIndexes As IList(Of RepetitionIndex)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to