IJobStreamOperations.GetTestJobStreamAsync 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 un flux de travail de test identifié par le nom du runbook et l’ID de flux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetTestJobStreamAsync (string automationAccount, string runbookName, string jobStreamId, System.Threading.CancellationToken cancellationToken);
abstract member GetTestJobStreamAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
Public Function GetTestJobStreamAsync (automationAccount As String, runbookName As String, jobStreamId As String, cancellationToken As CancellationToken) As Task(Of JobStreamGetResponse)
Paramètres
- automationAccount
- String
Nom du compte Automation.
- runbookName
- String
Nom du runbook.
- jobStreamId
- String
ID du flux de travail.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Modèle de réponse pour l’opération obtenir le flux de travail.
S’applique à
Azure SDK for .NET