共用方式為


TestJobOperationsExtensions.Create 方法

定義

多載

Create(ITestJobOperations, String, String, TestJobCreateParameters)
Create(ITestJobOperations, String, String, String, TestJobCreateParameters)

建立 Runbook 的測試作業。 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

參數

operations
ITestJobOperations
resourceGroupName
String
automationAccount
String

傳回

適用於

Create(ITestJobOperations, String, String, String, TestJobCreateParameters)

建立 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

參數

operations
ITestJobOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

runbookName
String

提供給建立測試作業作業的參數。

parameters
TestJobCreateParameters

提供給建立測試作業作業的參數。

傳回

適用於