TaskDeleteBatchRequest(BatchServiceClient, CancellationToken) コンストラクター

定義

TaskDeleteBatchRequest クラスの新しいインスタンスを初期化します。

public TaskDeleteBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.TaskDeleteBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.TaskDeleteBatchRequest
Public Sub New (serviceClient As BatchServiceClient, cancellationToken As CancellationToken)

パラメーター

serviceClient
BatchServiceClient

使用するサービス クライアント。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

適用対象