Partager via


JobOperationsExtensions.GetAsync(IJobOperations, String, Guid) Méthode

Définition

Récupérer le travail identifié par l’ID de travail. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)

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

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

jobId
Guid

Obligatoire. ID du travail.

Retours

Modèle de réponse pour l’opération obtenir le travail.

S’applique à