다음을 통해 공유


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

테스트 작업 만들기 작업에 제공된 매개 변수입니다.

반환

적용 대상