Compartilhar via


Método TestJobOperationsExtensions.Create (ITestJobOperations, String, TestJobCreateParameters)

 

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

public static TestJobCreateResponse Create(
    this ITestJobOperations operations,
    string automationAccount,
    TestJobCreateParameters parameters
)
public:
[ExtensionAttribute]
static TestJobCreateResponse^ Create(
    ITestJobOperations^ operations,
    String^ automationAccount,
    TestJobCreateParameters^ parameters
)
static member Create : 
        operations:ITestJobOperations *
        automationAccount:string *
        parameters:TestJobCreateParameters -> TestJobCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As ITestJobOperations,
    automationAccount As String,
    parameters As TestJobCreateParameters
) As TestJobCreateResponse

Parâmetros

  • automationAccount
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse

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

Consulte também

Classe TestJobOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo