IndexersOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateOrUpdateAsync(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition, CancellationToken) |
Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer |
CreateOrUpdateAsync(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition, CancellationToken) |
Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer |
CreateOrUpdateAsync(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)
Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer
public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.Indexer> CreateOrUpdateAsync (this Microsoft.Azure.Search.IIndexersOperations operations, Microsoft.Azure.Search.Models.Indexer indexer, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Search.IIndexersOperations * Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.Indexer>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIndexersOperations, indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Indexer)
Parameter
- operations
- IIndexersOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- indexer
- Indexer
Die Definition des zu erstellenden oder aktualisierenden Indexers.
- searchRequestOptions
- SearchRequestOptions
Zusätzliche Parameter für den Vorgang.
- accessCondition
- AccessCondition
Zusätzliche Parameter für den Vorgang.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Der Indexer, der erstellt oder aktualisiert wurde.
Gilt für:
CreateOrUpdateAsync(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition, CancellationToken)
Erstellt einen neuen Indexer oder aktualisiert einen Indexer, sofern er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer
public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.Indexer> CreateOrUpdateAsync (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.Indexer indexer, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.Indexer>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIndexersOperations, indexerName As String, indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Indexer)
Parameter
- operations
- IIndexersOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- indexerName
- String
Der Name des Indexers, der erstellt oder aktualisiert werden soll.
- indexer
- Indexer
Die Definition des zu erstellenden oder aktualisierenden Indexers.
- searchRequestOptions
- SearchRequestOptions
Zusätzliche Parameter für den Vorgang
- accessCondition
- AccessCondition
Zusätzliche Parameter für den Vorgang
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET