Partager via


RunbookDraftOperationsExtensions.UndoEdit Méthode

Définition

Annuler la modification du brouillon au dernier état publié connu identifié par le nom du 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

Paramètres

operations
IRunbookDraftOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountautomationAccountName
String
runbookName
String

Nom du runbook.

Retours

S’applique à