Freigeben über


TestJobOperationsExtensions.CreateAsync Methode

Definition

Überlädt

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)
CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)

Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse> CreateAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters);
static member CreateAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, parameters As TestJobCreateParameters) As Task(Of TestJobCreateResponse)

Parameter

operations
ITestJobOperations
resourceGroupName
String
automationAccount
String

Gibt zurück

Gilt für:

CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)

Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob> CreateAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob>
<Extension()>
Public Function CreateAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, parameters As TestJobCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: