Compartir a través de


JobSchedulePatchBatchRequest Constructor

Definición

Inicializa una nueva instancia de la clase 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

Cliente de servicio que se va a usar.

parameters
JobSchedulePatchParameter

Parámetros que se van a usar.

cancellationToken
CancellationToken

Control CancellationToken de la duración de la solicitud.

Se aplica a