IndexBatch<T>.Actions プロパティ

定義

バッチ内のアクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Search.Models.IndexAction<T>> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Actions : seq<Microsoft.Azure.Search.Models.IndexAction<'T>> with get, set
Public Property Actions As IEnumerable(Of IndexAction(Of T))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象