Partager via


TestJobOperationsExtensions.GetAsync 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, string runbookName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse>
<Extension()>
Public Function GetAsync (operations As ITestJobOperations, automationAccount As String, runbookName As String) As Task(Of TestJobGetResponse)

Paramètres

operations
ITestJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

runbookName
String

Obligatoire. Nom du runbook.

Retours

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

S’applique à