JobStreamOperationsExtensions.ListTestJobStreams 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.
public static Microsoft.Azure.Management.Automation.Models.JobStreamListResponse ListTestJobStreams (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, string runbookName, Microsoft.Azure.Management.Automation.Models.JobStreamListParameters parameters);
static member ListTestJobStreams : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.JobStreamListParameters -> Microsoft.Azure.Management.Automation.Models.JobStreamListResponse
<Extension()>
Public Function ListTestJobStreams (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, runbookName As String, parameters As JobStreamListParameters) As JobStreamListResponse
Paramètres
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
- parameters
- JobStreamListParameters
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET