AzureHDInsightScriptAction Constructors

Definition

Overloads

AzureHDInsightScriptAction()
AzureHDInsightScriptAction(ScriptAction)

AzureHDInsightScriptAction()

public AzureHDInsightScriptAction ();
Public Sub New ()

Applies to

AzureHDInsightScriptAction(ScriptAction)

public AzureHDInsightScriptAction (Microsoft.Azure.Management.HDInsight.Models.ScriptAction action);
new Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction : Microsoft.Azure.Management.HDInsight.Models.ScriptAction -> Microsoft.Azure.Commands.HDInsight.Models.Management.AzureHDInsightScriptAction
Public Sub New (action As ScriptAction)

Parameters

action
ScriptAction

Applies to