RunbookDraftOperationsExtensions.UpdateAsync 方法 (IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

 

作为其内容使用 runbookStream 更新的 runbook 草稿。 (请参阅 https://aka.ms/azureautomationsdk/runbookdraftoperations 有关详细信息)

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

语法

public static Task<LongRunningOperationResultResponse> UpdateAsync(
    this IRunbookDraftOperations operations,
    string automationAccount,
    RunbookDraftUpdateParameters parameters
)

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

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

长时间运行操作的标准服务响应。

请参阅

RunbookDraftOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首