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