Partager via


ITestJobOperations.CreateAsync Méthode

Définition

Créez un travail de test du runbook. (voir http://aka.ms/azureautomationsdk/testjoboperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As TestJobCreateParameters, cancellationToken As CancellationToken) As Task(Of TestJobCreateResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

parameters
TestJobCreateParameters

Paramètres fournis à l’opération de création d’un travail de test.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération de création d’un travail de test.

S’applique à