IRunbookDraftOperations.UpdateAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse> UpdateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse>
Public Function UpdateAsync (automationAccount As String, parameters As RunbookDraftUpdateParameters, cancellationToken As CancellationToken) As Task(Of LongRunningOperationResultResponse)

Parameters

automationAccount
String

The automation account name.

parameters
RunbookDraftUpdateParameters

The runbook draft update parameters.

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response for long running operations.

Applies to