TestJobStreamsOperationsExtensions.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érez un flux de travail de test du travail de test identifié par le nom du runbook et l’ID de flux. http://aka.ms/azureautomationsdk/jobstreamoperations
public static Microsoft.Azure.Management.Automation.Models.JobStream Get (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string jobStreamId);
static member Get : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStream
<Extension()>
Public Function Get (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, jobStreamId As String) As JobStream
Paramètres
- operations
- ITestJobStreamsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- runbookName
- String
Nom du runbook.
- jobStreamId
- String
ID du flux de travail.
Retours
S’applique à
Azure SDK for .NET