次の方法で共有


WorkflowRunActionRepetitionDefinition.RepetitionIndexes プロパティ

定義

繰り返しインデックスを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象