IRunbookOperations.UpdateAsync Method

Definition

Update the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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

Parameters

automationAccount
String

The automation account name.

parameters
RunbookUpdateParameters

The update parameters for runbook.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get runbook operation.

Applies to