ConfigAction Class

Config action for an HDInsight cluster.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data.ConfigAction
    Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioning.Data.ScriptAction

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

Syntax

'Declaration
Public Class ConfigAction
'Usage
Dim instance As ConfigAction
public class ConfigAction
public ref class ConfigAction
type ConfigAction =  class end
public class ConfigAction

The ConfigAction type exposes the following members.

Constructors

  Name Description
Public method ConfigAction Initializes a new instance of the ConfigAction class.

Top

Properties

  Name Description
Public property ClusterRoleCollection Gets the affected nodes of the config action.
Public property Name Gets the name.

Top

Methods

  Name Description
Public method Equals Compares two ConfigActions for equality. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Overrides this method for class comparison purpose. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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