IRunbookOperations.UpdateAsync Method (String, RunbookUpdateParameters, CancellationToken)
Update the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<RunbookGetResponse> UpdateAsync(
string automationAccount,
RunbookUpdateParameters parameters,
CancellationToken cancellationToken
)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters
The update parameters for runbook.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<RunbookGetResponse>The response model for the get runbook operation.
Show: