Partager via


TestJobOperationsExtensions.Create Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse
<Extension()>
Public Function Create (operations As ITestJobOperations, automationAccount As String, parameters As TestJobCreateParameters) As TestJobCreateResponse

Paramètres

operations
ITestJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
TestJobCreateParameters

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

Retours

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

S’applique à