JobStreamOperationsExtensions.GetTestJobStream 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.JobStreamGetResponse GetTestJobStream (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, string runbookName, string jobStreamId);
static member GetTestJobStream : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function GetTestJobStream (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, runbookName As String, jobStreamId As String) As JobStreamGetResponse
Paramètres
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
- jobStreamId
- String
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