ScriptAction(String, IEnumerable<ClusterNodeType>, Uri, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ScriptAction class.
public ScriptAction (string name, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> clusterRoleCollection, Uri uri, string parameters);
new Microsoft.WindowsAzure.Management.HDInsight.ScriptAction : string * seq<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.ScriptAction
Public Sub New (name As String, clusterRoleCollection As IEnumerable(Of ClusterNodeType), uri As Uri, parameters As String)
Parameters
- name
- String
Name for this script action.
- clusterRoleCollection
- IEnumerable<ClusterNodeType>
Cluster Roles affected in this script action.
- uri
- Uri
Uri for this script action.
- parameters
- String
Parameters for this script action.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET