次の方法で共有


TaskAddCollectionBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
IList<TaskAddParameter>

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象