Compartilhar via


JobSchedulePatchBatchRequest Construtor

Definição

Inicializa uma nova instância da classe JobSchedulePatchBatchRequest.

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

Parâmetros

serviceClient
BatchServiceClient

O cliente de serviço a ser usado.

parameters
JobSchedulePatchParameter

Os parâmetros a serem usados.

cancellationToken
CancellationToken

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

Aplica-se a