Share via


AutomationClient.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 name);
abstract member ImportRunbook : string * string * string * string * System.Collections.IDictionary * string * Nullable<bool> * Nullable<bool> * bool * bool * string -> Microsoft.Azure.Commands.Automation.Model.Runbook
override this.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, name 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
name
String

Returns

Implements

Applies to