Partager via


IRunbookDraftOperations.UndoEditAsync Méthode

Définition

Récupérez le runbook identifié par le nom du runbook. (voir http://aka.ms/azureautomationsdk/runbookdraftoperations pour plus d’informations)

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

Paramètres

automationAccount
String

Nom du compte Automation.

runbookName
String

Nom du runbook.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération d’annulation du runbook.

S’applique à