RunbookOperationsExtensions.Update 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)
<ExtensionAttribute> Public Shared Function Update ( operations As IRunbookOperations, automationAccount As String, parameters As RunbookUpdateParameters ) As RunbookGetResponse
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: Microsoft.WindowsAzure.Management.Automation.Models.RunbookGetResponseThe response model for the get runbook operation.
Show: