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
)
public:
[ExtensionAttribute]
static Task<LongRunningOperationResultResponse^>^ UpdateAsync(
IRunbookDraftOperations^ operations,
String^ automationAccount,
RunbookDraftUpdateParameters^ parameters
)
static member UpdateAsync :
operations:IRunbookDraftOperations *
automationAccount:string *
parameters:RunbookDraftUpdateParameters -> Task<LongRunningOperationResultResponse>
<ExtensionAttribute>
Public Shared Function UpdateAsync (
operations As IRunbookDraftOperations,
automationAccount As String,
parameters As RunbookDraftUpdateParameters
) As Task(Of LongRunningOperationResultResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations对 Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters必需。 Runbook 草稿更新参数。
返回值
Type: System.Threading.Tasks.Task<LongRunningOperationResultResponse>
长时间运行操作的标准服务响应。
请参阅
RunbookDraftOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首