Partager via


JobStreamOperationsExtensions.GetAsync Méthode

Définition

Récupérer le flux de travaux identifié par l’ID de flux de travaux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

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

jobId
Guid

Obligatoire. ID du travail.

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 à