Partager via


JobStreamOperationsExtensions.GetTestJobStreamAsync Méthode

Définition

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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetTestJobStreamAsync (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, string runbookName, string jobStreamId);
static member GetTestJobStreamAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
<Extension()>
Public Function GetTestJobStreamAsync (operations As IJobStreamOperations, automationAccount As String, runbookName As String, jobStreamId As String) As Task(Of JobStreamGetResponse)

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.

jobStreamId
String

Obligatoire. ID du flux de travail.

Retours

Modèle de réponse pour l’opération obtenir le flux de travaux.

S’applique à