ExecuteScriptActionContent(Boolean) Constructor

Definition

Initializes a new instance of ExecuteScriptActionContent.

public ExecuteScriptActionContent (bool persistOnSuccess);
new Azure.ResourceManager.HDInsight.Models.ExecuteScriptActionContent : bool -> Azure.ResourceManager.HDInsight.Models.ExecuteScriptActionContent
Public Sub New (persistOnSuccess As Boolean)

Parameters

persistOnSuccess
Boolean

Gets or sets if the scripts needs to be persisted.

Applies to