IDataSourcesOperations.CreateOrUpdateWithHttpMessagesAsync 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
CreateOrUpdateWithHttpMessagesAsync(DataSource, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken) |
Erstellt eine neue Datenquelle oder aktualisiert eine Datenquelle, sofern sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source |
CreateOrUpdateWithHttpMessagesAsync(String, DataSource, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken) |
Erstellt eine neue Datenquelle oder aktualisiert eine Datenquelle, sofern sie bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Data-Source |
CreateOrUpdateWithHttpMessagesAsync(DataSource, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)
Erstellt eine neue Datenquelle oder aktualisiert eine Datenquelle, sofern sie bereits vorhanden ist. 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))
Parameter
- dataSource
- DataSource
Die Definition der zu erstellenden oder aktualisierenden Datenquelle.
- searchRequestOptions
- SearchRequestOptions
Zusätzliche Parameter für den Vorgang.
- accessCondition
- AccessCondition
Zusätzliche Parameter für den Vorgang.
- customHeaders
- Dictionary<String,List<String>>
Header, die der Anforderung hinzugefügt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Ein Antwortobjekt, das den Antworttext und die Antwortheader enthält.
Ausnahmen
Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.
Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann.
Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist.
Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist.
Gilt für:
CreateOrUpdateWithHttpMessagesAsync(String, DataSource, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)
Erstellt eine neue Datenquelle oder aktualisiert eine Datenquelle, sofern sie bereits vorhanden ist. 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))
Parameter
- dataSourceName
- String
Der Name der zu erstellenden oder zu aktualisierenden Datenquelle.
- dataSource
- DataSource
Die Definition der zu erstellenden oder aktualisierenden Datenquelle.
- searchRequestOptions
- SearchRequestOptions
Zusätzliche Parameter für den Vorgang
- accessCondition
- AccessCondition
Zusätzliche Parameter für den Vorgang
- customHeaders
- Dictionary<String,List<String>>
Die Header, die der Anforderung hinzugefügt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Ausnahmen
Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.
Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann
Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist
Gilt für:
Azure SDK for .NET