Share via


IRunbookDraftOperations.UndoEditAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResponse> UndoEditAsync (string resourceGroupName, string automationAccount, string runbookName, System.Threading.CancellationToken cancellationToken);
abstract member UndoEditAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResponse>
Public Function UndoEditAsync (resourceGroupName As String, automationAccount As String, runbookName As String, cancellationToken As CancellationToken) As Task(Of RunbookDraftUndoEditResponse)

Parameters

resourceGroupName
String
automationAccount
String
runbookName
String
cancellationToken
CancellationToken

Returns

Applies to