RunbookDraftOperationsExtensions.UndoEditAsync Method (IRunbookDraftOperations, String, String)
Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function UndoEditAsync ( operations As IRunbookDraftOperations, automationAccount As String, runbookName As String ) As Task(Of RunbookDraftUndoEditResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- runbookName
-
Type:
System.String
Required. The runbook name.
Return Value
Type: System.Threading.Tasks.Task(Of RunbookDraftUndoEditResponse)The response model for the undoedit runbook operation.
Show: