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