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