JobOperationsExtensions.GetAsync(IJobOperations, String, Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET