AzureClientExtensions.GetPutOrPatchOperationResultAsync 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
GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken) |
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync) |
GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken) |
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync) |
GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken) |
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync) |
GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync)
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> GetPutOrPatchOperationResultAsync (this Microsoft.Rest.Azure.IAzureClient client, Microsoft.Rest.Azure.AzureOperationResponse response, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
static member GetPutOrPatchOperationResultAsync : Microsoft.Rest.Azure.IAzureClient * Microsoft.Rest.Azure.AzureOperationResponse * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
<Extension()>
Public Function GetPutOrPatchOperationResultAsync (client As IAzureClient, response As AzureOperationResponse, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameter
- client
- IAzureClient
IAzureClient
- response
- AzureOperationResponse
Antwort des Startvorgangs
- customHeaders
- Dictionary<String,List<String>>
Header, die der Anforderung hinzugefügt werden
- cancellationToken
- CancellationToken
Abbruchtoken
Gibt zurück
Vorgangsantwort
Gilt für:
GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync)
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<TBody,THeader>> GetPutOrPatchOperationResultAsync<TBody,THeader> (this Microsoft.Rest.Azure.IAzureClient client, Microsoft.Rest.Azure.AzureOperationResponse<TBody,THeader> response, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken) where TBody : class where THeader : class;
static member GetPutOrPatchOperationResultAsync : Microsoft.Rest.Azure.IAzureClient * Microsoft.Rest.Azure.AzureOperationResponse<'Body, 'Header (requires 'Body : null and 'Header : null)> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<'Body, 'Header>> (requires 'Body : null and 'Header : null)
<Extension()>
Public Function GetPutOrPatchOperationResultAsync(Of TBody As Class, THeader As Class) (client As IAzureClient, response As AzureOperationResponse(Of TBody, THeader), customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of TBody, THeader))
Typparameter
- TBody
Typ des Ressourcentexts
- THeader
Typ des Ressourcenheaders
Parameter
- client
- IAzureClient
IAzureClient
Antwort des Startvorgangs
- customHeaders
- Dictionary<String,List<String>>
Header, die der Anforderung hinzugefügt werden
- cancellationToken
- CancellationToken
Abbruchtoken
Gibt zurück
Antwort mit erstellter Ressource
Gilt für:
GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)
Ruft das Vorgangsergebnis für PUT- und PATCH-Vorgänge ab. (Veraltet, verwenden Sie GetLongRunningOperationResultAsync)
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<TBody>> GetPutOrPatchOperationResultAsync<TBody> (this Microsoft.Rest.Azure.IAzureClient client, Microsoft.Rest.Azure.AzureOperationResponse<TBody> response, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken) where TBody : class;
static member GetPutOrPatchOperationResultAsync : Microsoft.Rest.Azure.IAzureClient * Microsoft.Rest.Azure.AzureOperationResponse<'Body (requires 'Body : null)> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<'Body>> (requires 'Body : null)
<Extension()>
Public Function GetPutOrPatchOperationResultAsync(Of TBody As Class) (client As IAzureClient, response As AzureOperationResponse(Of TBody), customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of TBody))
Typparameter
- TBody
Typ des Ressourcentexts
Parameter
- client
- IAzureClient
IAzureClient
- response
- AzureOperationResponse<TBody>
Antwort des Startvorgangs
- customHeaders
- Dictionary<String,List<String>>
Header, die der Anforderung hinzugefügt werden
- cancellationToken
- CancellationToken
Abbruchtoken
Gibt zurück
Antwort mit erstellter Ressource
Gilt für:
Azure SDK for .NET