Share via


AutomationPSClient.UpdateRunbook Method

Definition

public Microsoft.Azure.Commands.Automation.Model.Runbook UpdateRunbook (string resourceGroupName, string automationAccountName, string runbookName, string description, System.Collections.IDictionary tags, bool? logProgress, bool? logVerbose);
abstract member UpdateRunbook : string * string * string * string * System.Collections.IDictionary * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.Automation.Model.Runbook
override this.UpdateRunbook : string * string * string * string * System.Collections.IDictionary * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.Automation.Model.Runbook
Public Function UpdateRunbook (resourceGroupName As String, automationAccountName As String, runbookName As String, description As String, tags As IDictionary, logProgress As Nullable(Of Boolean), logVerbose As Nullable(Of Boolean)) As Runbook

Parameters

resourceGroupName
String
automationAccountName
String
runbookName
String
description
String
logProgress
Nullable<Boolean>
logVerbose
Nullable<Boolean>

Returns

Implements

Applies to