Partager via


JobOperationsExtensions.GetAsync(IJobOperations, String) Méthode

Définition

Obtenez la définition et status d’un travail.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse> GetAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId);
static member GetAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobOperations, jobId As String) As Task(Of JobGetResponse)

Paramètres

operations
IJobOperations

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

jobId
String

Obligatoire. ID du travail à obtenir.

Retours

Réponse de l’opération Get Job.

S’applique à