Partager via


JobScheduleAddBatchRequest Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

serviceClient
BatchServiceClient

Client de service à utiliser.

parameters
JobScheduleAddParameter

Paramètres à utiliser.

cancellationToken
CancellationToken

Contrôle CancellationToken de la durée de vie de la requête.

S’applique à