Compartilhar via


JobOperationsExtensions.GetAsync(IJobOperations, String) Método

Definição

Obtenha a definição e status de um trabalho.

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)

Parâmetros

operations
IJobOperations

Referência ao Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

Obrigatórios. Id do trabalho a ser obtido.

Retornos

A resposta da operação Obter Trabalho.

Aplica-se a