IRunbookDraftOperations.UpdateAsync 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)

Function UpdateAsync (
	automationAccount As String,
	parameters As RunbookDraftUpdateParameters,
	cancellationToken As CancellationToken
) As Task(Of LongRunningOperationResultResponse)

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(Of LongRunningOperationResultResponse)

A standard service response for long running operations.

Return to top
Show: