IRunbookDraftOperations::BeginUpdateAsync Method (String^, RunbookDraftUpdateParameters^, CancellationToken)

 

Updates the runbook draft with runbookStream as its content. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Task<LongRunningOperationResultResponse^>^ BeginUpdateAsync(
	String^ automationAccount,
	RunbookDraftUpdateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models::RunbookDraftUpdateParameters^

The runbook draft update parameters.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

A standard service response for long running operations.

Return to top
Show: