TestJobStreamsOperationsExtensions.GetAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string jobStreamId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function GetAsync (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, jobStreamId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET