JobStreamOperationsExtensions.Get 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 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 à
Azure SDK for .NET