다음을 통해 공유


TestJobOperationsExtensions.Stop 메서드

정의

테스트 작업을 중지합니다. http://aka.ms/azureautomationsdk/testjoboperations

public static Microsoft.Azure.AzureOperationResponse Stop (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static void Stop (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Stop : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
static member Stop : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> unit
<Extension()>
Public Function Stop (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As AzureOperationResponse
<Extension()>
Public Sub Stop (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String)

매개 변수

operations
ITestJobOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountautomationAccountName
String
runbookName
String

Runbook 이름입니다.

반환

Microsoft.Azure.AzureOperationResponse

적용 대상