TestJobOperationsExtensions.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez un travail de test du runbook. (voir http://aka.ms/azureautomationsdk/testjoboperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse> CreateAsync(this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As ITestJobOperations, automationAccount As String, parameters As TestJobCreateParameters) As Task(Of 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 à
Azure SDK for .NET