TestJobOperationsExtensions.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(ITestJobOperations, String, String, TestJobCreateParameters) | |
Create(ITestJobOperations, String, String, String, TestJobCreateParameters) |
Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations |
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
Parameter
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- TestJobCreateParameters
Gibt zurück
Gilt für:
Create(ITestJobOperations, String, String, String, TestJobCreateParameters)
Erstellen Sie einen Testauftrag des Runbooks. 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
Parameter
- operations
- ITestJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- runbookName
- String
Die Parameter, die für den Vorgang zum Erstellen eines Testauftrags bereitgestellt werden.
- parameters
- TestJobCreateParameters
Die Parameter, die für den Vorgang zum Erstellen eines Testauftrags bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET