Compartilhar via


IDataSourcesOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definição

Sobrecargas

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

Cria uma nova fonte de dados ou atualiza uma fonte de dados se ela já existir. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source

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

Cria uma nova fonte de dados ou atualiza uma fonte de dados se ela já existir. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source

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

Cria uma nova fonte de dados ou atualiza uma fonte de dados se ela já existir. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.DataSource>> CreateOrUpdateWithHttpMessagesAsync (Microsoft.Azure.Search.Models.DataSource dataSource, 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.DataSource * 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.DataSource>>
Public Function CreateOrUpdateWithHttpMessagesAsync (dataSource As DataSource, 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 DataSource))

Parâmetros

dataSource
DataSource

A definição da fonte de dados a ser criada ou atualizada.

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

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

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

Gerado quando um parâmetro obrigatório é nulo.

Gerado quando um parâmetro obrigatório é nulo.

Aplica-se a

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

Cria uma nova fonte de dados ou atualiza uma fonte de dados se ela já existir. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Search.Models.DataSource>> CreateOrUpdateWithHttpMessagesAsync (string dataSourceName, Microsoft.Azure.Search.Models.DataSource dataSource, 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.DataSource * 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.DataSource>>
Public Function CreateOrUpdateWithHttpMessagesAsync (dataSourceName As String, dataSource As DataSource, 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 DataSource))

Parâmetros

dataSourceName
String

O nome da fonte de dados a ser criada ou atualizada.

dataSource
DataSource

A definição da fonte de dados a ser criada ou atualizada.

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

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

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

Gerado quando um parâmetro necessário é nulo

Aplica-se a