IndexersOperationsExtensions.Get Methode

Definition

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

Parameter

operations
IIndexersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

indexerName
String

Der Name des abzurufenden Indexers.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: