RunbookDraftOperationsExtensions::BeginUpdateAsync Method (IRunbookDraftOperations^, String^, RunbookDraftUpdateParameters^)
Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static Task<LongRunningOperationResultResponse^>^ BeginUpdateAsync( IRunbookDraftOperations^ operations, String^ automationAccount, RunbookDraftUpdateParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation::IRunbookDraftOperations^
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
- automationAccount
-
Type:
System::String^
Required. The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models::RunbookDraftUpdateParameters^
Required. The runbook draft update parameters.
Return Value
Type: System.Threading.Tasks::Task<LongRunningOperationResultResponse^>^A standard service response for long running operations.
Show: