Share via


IAutomationClient.ImportRunbook Method

Definition

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
type
String
logProgress
Nullable<Boolean>
logVerbose
Nullable<Boolean>
published
Boolean
overwrite
Boolean
runbookName
String

Returns

Applies to