RunbookDraftOperationsExtensions.UndoEdit Method (IRunbookDraftOperations, String, String)

 

Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public static RunbookDraftUndoEditResponse UndoEdit(
	this IRunbookDraftOperations operations,
	string automationAccount,
	string runbookName
)

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: Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUndoEditResponse

The response model for the undoedit runbook operation.

Return to top
Show: