次の方法で共有


IndexerExecutionResult.Status プロパティ

定義

このインデクサー実行の結果を取得します。 使用できる値は、'transientFailure'、'success'、'inProgress'、'reset' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Search.Models.IndexerExecutionStatus Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Search.Models.IndexerExecutionStatus
Public ReadOnly Property Status As IndexerExecutionStatus

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象