Compartilhar via


JobScheduleAddBatchRequest Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

serviceClient
BatchServiceClient

O cliente de serviço a ser usado.

parameters
JobScheduleAddParameter

Os parâmetros a serem usados.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Aplica-se a