Partager via


JobStreamOperationsExtensions.Get Méthode

Définition

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

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

S’applique à