TestJobOperationsExtensions.Create Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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
Parametry
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- TestJobCreateParameters
Návraty
Platí pro
Create(ITestJobOperations, String, String, String, TestJobCreateParameters)
Vytvořte testovací úlohu runbooku. 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
Parametry
- operations
- ITestJobOperations
Skupina operací pro tuto rozšiřující metodu.
- resourceGroupName
- String
Název skupiny prostředků Azure.
- automationAccountName
- String
Název účtu Automation.
- runbookName
- String
Parametry zadané pro operaci vytvoření testovací úlohy.
- parameters
- TestJobCreateParameters
Parametry zadané pro operaci vytvoření testovací úlohy.
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET