JobAddBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
JobAddParameter

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象