ConfigAction.ClusterRoleCollection Property

Gets the affected nodes of the config action.

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

Syntax

'Declaration
Public Property ClusterRoleCollection As ISet(Of ClusterNodeType)
    Get 
    Private Set
'Usage
Dim instance As ConfigAction 
Dim value As ISet(Of ClusterNodeType)

value = instance.ClusterRoleCollection
public ISet<ClusterNodeType> ClusterRoleCollection { get; private set; }
public:
property ISet<ClusterNodeType>^ ClusterRoleCollection {
    ISet<ClusterNodeType>^ get ();
    private: void set (ISet<ClusterNodeType>^ value);
}
member ClusterRoleCollection : ISet<ClusterNodeType> with get, private set
function get ClusterRoleCollection () : ISet<ClusterNodeType>
private function set ClusterRoleCollection (value : ISet<ClusterNodeType>)

Property Value

Type: System.Collections.Generic.ISet<ClusterNodeType>

See Also

Reference

ConfigAction Class

Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data Namespace