次の方法で共有


IndexListResult.Indexes プロパティ

定義

Search Service内のインデックスを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Index> Indexes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Indexes : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Index>
Public ReadOnly Property Indexes As IList(Of Index)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象