Compartilhar via


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

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public static Task<TestJobGetResponse> GetAsync(
    this ITestJobOperations operations,
    string automationAccount,
    string runbookName
)
public:
[ExtensionAttribute]
static Task<TestJobGetResponse^>^ GetAsync(
    ITestJobOperations^ operations,
    String^ automationAccount,
    String^ runbookName
)
static member GetAsync : 
        operations:ITestJobOperations *
        automationAccount:string *
        runbookName:string -> Task<TestJobGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As ITestJobOperations,
    automationAccount As String,
    runbookName As String
) As Task(Of TestJobGetResponse)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

  • runbookName
    Type: System.String

    Obrigatório. O nome do runbook.

Valor de retorno

Type: System.Threading.Tasks.Task<TestJobGetResponse>

O modelo de resposta para get testar a operação do trabalho.

Consulte também

Classe TestJobOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo