IndexersOperationsExtensions.Reset メソッド

定義

インデクサーに関連付けられている変更追跡状態をリセットします。 https://docs.microsoft.com/rest/api/searchservice/Reset-Indexer

public static void Reset (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Reset : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions -> unit
<Extension()>
Public Sub Reset (operations As IIndexersOperations, indexerName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing)

パラメーター

operations
IIndexersOperations

この拡張メソッドの操作グループ。

indexerName
String

リセットするインデクサーの名前。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

適用対象