BatchRequestBase<TOptions,TResponse>.ExecuteRequestAsync メソッド

定義

要求を実行します。

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)

戻り値

Task<TResponse>

戻り値の型 TResponseの非同期操作。

実装

適用対象