IndexersOperationsExtensions.Create Methode

Definition

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

Parameter

operations
IIndexersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

indexer
Indexer

Die Definition des zu erstellenden Indexers.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: