Partager via


IndexersOperationsExtensions.CreateOrUpdate Méthode

Définition

Surcharges

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Crée un indexeur ou met à jour un indexeur s’il existe déjà. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition)

Crée un indexeur ou met à jour un indexeur s’il existe déjà. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdate(IIndexersOperations, Indexer, SearchRequestOptions, AccessCondition)

Source:
IndexersOperationsExtensions.Customization.cs

Crée un indexeur ou met à jour un indexeur s’il existe déjà. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

public static Microsoft.Azure.Search.Models.Indexer CreateOrUpdate (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);
static member CreateOrUpdate : Microsoft.Azure.Search.IIndexersOperations * Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition -> Microsoft.Azure.Search.Models.Indexer
<Extension()>
Public Function CreateOrUpdate (operations As IIndexersOperations, indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing) As Indexer

Paramètres

operations
IIndexersOperations

Groupe d’opérations pour cette méthode d’extension.

indexer
Indexer

La définition de l'indexeur pour créer ou mettre à jour.

searchRequestOptions
SearchRequestOptions

Paramètres supplémentaires pour l’opération.

accessCondition
AccessCondition

Paramètres supplémentaires pour l’opération.

Retours

Indexeur créé ou mis à jour.

S’applique à

CreateOrUpdate(IIndexersOperations, String, Indexer, SearchRequestOptions, AccessCondition)

Source:
IndexersOperationsExtensions.cs

Crée un indexeur ou met à jour un indexeur s’il existe déjà. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

public static Microsoft.Azure.Search.Models.Indexer CreateOrUpdate (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);
static member CreateOrUpdate : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition -> Microsoft.Azure.Search.Models.Indexer
<Extension()>
Public Function CreateOrUpdate (operations As IIndexersOperations, indexerName As String, indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing) As Indexer

Paramètres

operations
IIndexersOperations

Groupe d’opérations pour cette méthode d’extension.

indexerName
String

Nom de l’indexeur à créer ou à mettre à jour.

indexer
Indexer

La définition de l'indexeur pour créer ou mettre à jour.

searchRequestOptions
SearchRequestOptions

Paramètres supplémentaires pour l’opération

accessCondition
AccessCondition

Paramètres supplémentaires pour l’opération

Retours

S’applique à