Partager via


JobOperationsExtensions.UpdateState Méthode

Définition

Mettez à jour l’état d’un travail.

public static Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse UpdateState (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters parameters);
static member UpdateState : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse
<Extension()>
Public Function UpdateState (operations As IJobOperations, jobId As String, parameters As JobUpdateStateParameters) As JobUpdateStateResponse

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

Obligatoire. ID du travail à mettre à jour.

parameters
JobUpdateStateParameters

Obligatoire. Paramètres fournis à l’opération Mettre à jour l’état du travail.

Retours

Réponse de l’opération Mettre à jour l’état du travail.

S’applique à