Freigeben über


IndexersOperationsExtensions.Run Methode

Definition

Führt einen Indexer bedarfsgesteuert aus. https://docs.microsoft.com/rest/api/searchservice/Run-Indexer

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

Parameter

operations
IIndexersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

indexerName
String

Der Name des auszuführenden Indexers.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang

Gilt für: