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

 

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

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

语法

Task<LongRunningOperationResultResponse> UpdateAsync(
    string automationAccount,
    RunbookDraftUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<LongRunningOperationResultResponse^>^ UpdateAsync(
    String^ automationAccount,
    RunbookDraftUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateAsync : 
        automationAccount:string *
        parameters:RunbookDraftUpdateParameters *
        cancellationToken:CancellationToken -> Task<LongRunningOperationResultResponse>
Function UpdateAsync (
    automationAccount As String,
    parameters As RunbookDraftUpdateParameters,
    cancellationToken As CancellationToken
) As Task(Of LongRunningOperationResultResponse)

参数

  • automationAccount
    Type: System.String

    自动管理帐户名称。

返回值

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

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

请参阅

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

返回页首