JobListFromJobScheduleNextBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

cancellationToken
CancellationToken

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

適用対象