CloudBlobClient.ExecuteBatchAsync メソッド

定義

バッチ処理された操作要求を実行し、各サブ操作の応答を返します。

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse>> ExecuteBatchAsync (Microsoft.Azure.Storage.Blob.BatchOperation batchOperation, Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default, System.Threading.CancellationToken cancellationToken = default);
member this.ExecuteBatchAsync : Microsoft.Azure.Storage.Blob.BatchOperation * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse>>
Public Function ExecuteBatchAsync (batchOperation As BatchOperation, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of BlobBatchSubOperationResponse))

パラメーター

batchOperation
BatchOperation

BatchOperation要求に含めるサブ操作のセットを含む 。

requestOptions
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

適用対象