ConfigAction(String, IEnumerable<ClusterNodeType>) 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 ConfigAction class.
protected ConfigAction (string name, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> clusterRoleCollection);
new Microsoft.WindowsAzure.Management.HDInsight.ConfigAction : string * seq<Microsoft.WindowsAzure.Management.HDInsight.ClusterNodeType> -> Microsoft.WindowsAzure.Management.HDInsight.ConfigAction
Protected Sub New (name As String, clusterRoleCollection As IEnumerable(Of ClusterNodeType))
Parameters
- name
- String
Name for this script config action.
- clusterRoleCollection
- IEnumerable<ClusterNodeType>
Cluster Roles affected in this script config 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