IRunbookDraftOperations.UndoEditAsync 方法 (String, String, CancellationToken)

 

检索 runbook 的 runbook 名称标识。 (请参阅 https://aka.ms/azureautomationsdk/runbookdraftoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

Task<RunbookDraftUndoEditResponse> UndoEditAsync(
    string automationAccount,
    string runbookName,
    CancellationToken cancellationToken
)
Task<RunbookDraftUndoEditResponse^>^ UndoEditAsync(
    String^ automationAccount,
    String^ runbookName,
    CancellationToken cancellationToken
)
abstract UndoEditAsync : 
        automationAccount:string *
        runbookName:string *
        cancellationToken:CancellationToken -> Task<RunbookDraftUndoEditResponse>
Function UndoEditAsync (
    automationAccount As String,
    runbookName As String,
    cancellationToken As CancellationToken
) As Task(Of RunbookDraftUndoEditResponse)

参数

  • automationAccount
    Type: System.String

    自动管理帐户名称。

返回值

Type: System.Threading.Tasks.Task<RunbookDraftUndoEditResponse>

Undoedit runbook 操作该响应模型。

请参阅

IRunbookDraftOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首