Freigeben über


BatchRequestBase<TOptions,TResponse>.ExecuteRequestAsync Methode

Definition

Führt die Anforderung aus.

public System.Threading.Tasks.Task<TResponse> ExecuteRequestAsync ();
abstract member ExecuteRequestAsync : unit -> System.Threading.Tasks.Task<'Response (requires 'Response :> Microsoft.Rest.Azure.IAzureOperationResponse)>
override this.ExecuteRequestAsync : unit -> System.Threading.Tasks.Task<'Response (requires 'Response :> Microsoft.Rest.Azure.IAzureOperationResponse)>
Public Function ExecuteRequestAsync () As Task(Of TResponse)

Gibt zurück

Task<TResponse>

Ein asynchroner Vorgang des Rückgabetyps TResponse.

Implementiert

Gilt für: