Compartilhar via


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

Definição

Recupere o trabalho de teste para o runbook especificado. (consulte http://aka.ms/azureautomationsdk/testjoboperations para obter mais informações)

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)

Parâmetros

automationAccount
String

O nome da conta de automação.

runbookName
String

O nome do runbook.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação obter trabalho de teste.

Aplica-se a