AutomationClient.CreateRunbookByName 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 CreateRunbookByName (string resourceGroupName, string automationAccountName, string runbookName, string description, System.Collections.IDictionary tags, string type, bool? logProgress, bool? logVerbose, bool overwrite);
abstract member CreateRunbookByName : string * string * string * string * System.Collections.IDictionary * string * Nullable<bool> * Nullable<bool> * bool -> Microsoft.Azure.Commands.Automation.Model.Runbook
override this.CreateRunbookByName : string * string * string * string * System.Collections.IDictionary * string * Nullable<bool> * Nullable<bool> * bool -> Microsoft.Azure.Commands.Automation.Model.Runbook
Public Function CreateRunbookByName (resourceGroupName As String, automationAccountName As String, runbookName As String, description As String, tags As IDictionary, type As String, logProgress As Nullable(Of Boolean), logVerbose As Nullable(Of Boolean), overwrite As Boolean) As Runbook
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- description
- String
- tags
- IDictionary
- type
- String
- overwrite
- Boolean