RunbookOperationsExtensions.UpdateAsync Method (IRunbookOperations, String, RunbookUpdateParameters)
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)
public static Task<RunbookGetResponse> UpdateAsync( this IRunbookOperations operations, string automationAccount, RunbookUpdateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IRunbookOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParameters
Required. The update parameters for runbook.
Return Value
Type: System.Threading.Tasks.Task<RunbookGetResponse>The response model for the get runbook operation.
Show: