다음을 통해 공유


RunbookDraftOperationsExtensions.UndoEdit 메서드

정의

Runbook 이름으로 식별된 마지막으로 알려진 게시된 상태로 초안 편집을 실행 취소합니다. http://aka.ms/azureautomationsdk/runbookdraftoperations

public static Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResponse UndoEdit (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResult UndoEdit (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member UndoEdit : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResponse
static member UndoEdit : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResult
<Extension()>
Public Function UndoEdit (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As RunbookDraftUndoEditResponse
<Extension()>
Public Function UndoEdit (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccountName As String, runbookName As String) As RunbookDraftUndoEditResult

매개 변수

operations
IRunbookDraftOperations

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

resourceGroupName
String

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

automationAccountautomationAccountName
String
runbookName
String

Runbook 이름입니다.

반환

적용 대상