Share via


AutomationClient.CreateRunbookByName Method

Definition

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

Returns

Implements

Applies to