Compartilhar via


IIndexersOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definição

Sobrecargas

CreateOrUpdateWithHttpMessagesAsync(Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateWithHttpMessagesAsync(String, Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

CreateOrUpdateWithHttpMessagesAsync(Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.Indexer>> CreateOrUpdateWithHttpMessagesAsync (Microsoft.Azure.Search.Models.Indexer indexer, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.Indexer>>
Public Function CreateOrUpdateWithHttpMessagesAsync (indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Indexer))

Parâmetros

indexer
Indexer

A definição do indexador a ser criado ou atualizado.

searchRequestOptions
SearchRequestOptions

Parâmetros adicionais para a operação

accessCondition
AccessCondition

Parâmetros adicionais para a operação

customHeaders
Dictionary<String,List<String>>

Cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Um objeto de resposta que contém o corpo da resposta e os cabeçalhos de resposta.

Exceções

Gerado quando a operação retornou um código de status inválido.

Gerado quando não é possível desserializar a resposta.

Gerado quando um parâmetro necessário é nulo.

Gerado quando um parâmetro necessário é nulo.

Aplica-se a

CreateOrUpdateWithHttpMessagesAsync(String, Indexer, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Cria um novo indexador ou atualiza um indexador se ele já existir. https://docs.microsoft.com/rest/api/searchservice/Create-Indexer

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.Indexer>> CreateOrUpdateWithHttpMessagesAsync (string indexerName, Microsoft.Azure.Search.Models.Indexer indexer, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, Microsoft.Azure.Search.Models.AccessCondition accessCondition = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * Microsoft.Azure.Search.Models.Indexer * Microsoft.Azure.Search.Models.SearchRequestOptions * Microsoft.Azure.Search.Models.AccessCondition * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.Indexer>>
Public Function CreateOrUpdateWithHttpMessagesAsync (indexerName As String, indexer As Indexer, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional accessCondition As AccessCondition = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Indexer))

Parâmetros

indexerName
String

O nome do indexador a ser criado ou atualizado.

indexer
Indexer

A definição do indexador a ser criado ou atualizado.

searchRequestOptions
SearchRequestOptions

Parâmetros adicionais para a operação

accessCondition
AccessCondition

Parâmetros adicionais para a operação

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a