JobStreamOperationsExtensions.GetAsync 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 flux de travaux identifié par l’ID de flux de travaux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, Guid jobId, string jobStreamId);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * Guid * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobStreamOperations, automationAccount As String, jobId As Guid, jobStreamId As String) As Task(Of JobStreamGetResponse)
Paramètres
- operations
- IJobStreamOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- jobId
- Guid
Obligatoire. ID du travail.
- jobStreamId
- String
Obligatoire. ID du flux de travail.
Retours
Modèle de réponse pour l’opération obtenir le flux de travaux.
S’applique à
Azure SDK for .NET