ConfigActionsCollection Class

Collection of configuration properties for Hadoop services.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<ConfigAction>
    Microsoft.WindowsAzure.Management.HDInsight.ConfigActionsCollection

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

Syntax

'Declaration
Public NotInheritable Class ConfigActionsCollection _
    Inherits Collection(Of ConfigAction)
'Usage
Dim instance As ConfigActionsCollection
public sealed class ConfigActionsCollection : Collection<ConfigAction>
public ref class ConfigActionsCollection sealed : public Collection<ConfigAction^>
[<SealedAttribute>]
type ConfigActionsCollection =  
    class 
        inherit Collection<ConfigAction>
    end
public final class ConfigActionsCollection extends Collection<ConfigAction>

The ConfigActionsCollection type exposes the following members.

Constructors

  Name Description
Public method ConfigActionsCollection

Top

Properties

  Name Description
Public property Count (Inherited from Collection<ConfigAction>.)
Public property Item (Inherited from Collection<ConfigAction>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<ConfigAction>.)
Public method Clear (Inherited from Collection<ConfigAction>.)
Public method Contains (Inherited from Collection<ConfigAction>.)
Public method CopyTo (Inherited from Collection<ConfigAction>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<ConfigAction>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<ConfigAction>.)
Public method Insert (Inherited from Collection<ConfigAction>.)
Public method Remove (Inherited from Collection<ConfigAction>.)
Public method RemoveAt (Inherited from Collection<ConfigAction>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<ConfigAction>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<ConfigAction>.)

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 Namespace