Partager via


ITestJobOperations.GetAsync(String, String, CancellationToken) Méthode

Définition

Récupérez le travail de test pour le runbook spécifié. (voir http://aka.ms/azureautomationsdk/testjoboperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse> GetAsync (string automationAccount, string runbookName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse>
Public Function GetAsync (automationAccount As String, runbookName As String, cancellationToken As CancellationToken) As Task(Of TestJobGetResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

runbookName
String

Nom du runbook.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération obtenir le travail de test.

S’applique à