TestJobOperationsExtensions.Create 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.
Surcharges
Create(ITestJobOperations, String, String, TestJobCreateParameters)
public static Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse Create (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse
<Extension()>
Public Function Create (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, parameters As TestJobCreateParameters) As TestJobCreateResponse
Paramètres
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- TestJobCreateParameters
Retours
S’applique à
Create(ITestJobOperations, String, String, String, TestJobCreateParameters)
Créez un travail de test du runbook. http://aka.ms/azureautomationsdk/testjoboperations
public static Microsoft.Azure.Management.Automation.Models.TestJob Create (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.TestJob
<Extension()>
Public Function Create (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, parameters As TestJobCreateParameters) As TestJob
Paramètres
- operations
- ITestJobOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- runbookName
- String
Paramètres fournis à l’opération de création d’un travail de test.
- parameters
- TestJobCreateParameters
Paramètres fournis à l’opération de création d’un travail de test.
Retours
S’applique à
Azure SDK for .NET