JobScheduleAddBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
JobScheduleAddParameter

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象