IAutomationClient.UpdateRunbook Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.Automation.Model.Runbook UpdateRunbook (string resourceGroupName, string automationAccountName, string runbookName, string description, System.Collections.IDictionary tags, bool? logProgress, bool? logVerbose);
abstract member UpdateRunbook : string * string * string * string * System.Collections.IDictionary * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.Automation.Model.Runbook
Public Function UpdateRunbook (resourceGroupName As String, automationAccountName As String, runbookName As String, description As String, tags As IDictionary, logProgress As Nullable(Of Boolean), logVerbose As Nullable(Of Boolean)) As Runbook
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- description
- String
- tags
- IDictionary