TestJobStreamsOperationsExtensions.ListByTestJob 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. http://aka.ms/azureautomationsdk/jobstreamoperations
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream> ListByTestJob (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string filter = default);
static member ListByTestJob : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function ListByTestJob (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional filter As String = Nothing) As IPage(Of JobStream)
Paramètres
- operations
- ITestJobStreamsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- runbookName
- String
Nom du runbook.
- filter
- String
Filtre à appliquer à l’opération.
Retours
S’applique à
Azure SDK for .NET