Compartilhar via


Método ITestJobOperations.CreateAsync (String, TestJobCreateParameters, CancellationToken)

 

Crie um trabalho de teste do runbook. (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

Task<TestJobCreateResponse> CreateAsync(
    string automationAccount,
    TestJobCreateParameters parameters,
    CancellationToken cancellationToken
)
Task<TestJobCreateResponse^>^ CreateAsync(
    String^ automationAccount,
    TestJobCreateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract CreateAsync : 
        automationAccount:string *
        parameters:TestJobCreateParameters *
        cancellationToken:CancellationToken -> Task<TestJobCreateResponse>
Function CreateAsync (
    automationAccount As String,
    parameters As TestJobCreateParameters,
    cancellationToken As CancellationToken
) As Task(Of TestJobCreateResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

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

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

Consulte também

Interface ITestJobOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo