TaskAddBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
TaskAddParameter

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象