Compartilhar via


JobOperationsExtensions.Get(IJobOperations, String) Método

Definição

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

public static Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse Get(this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId);
static member Get : Microsoft.WindowsAzure.Scheduler.IJobOperations * string -> Microsoft.WindowsAzure.Scheduler.Models.JobGetResponse
<Extension()>
Public Function Get (operations As IJobOperations, jobId As String) As 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