共用方式為


IRunbookDraftOperations.UndoEditAsync 方法

定義

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)

參數

resourceGroupName
String
automationAccount
String
runbookName
String
cancellationToken
CancellationToken

傳回

適用於