TieringAdministration.GetMonitoringTiersForConnectors Method

Definition

Gets all Tiers marked for connectors

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Tiering::TieredManagementGroup ^> ^ GetMonitoringTiersForConnectors();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup> GetMonitoringTiersForConnectors ();
member this.GetMonitoringTiersForConnectors : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup>
Public Function GetMonitoringTiersForConnectors () As ReadOnlyCollection(Of TieredManagementGroup)

Returns

ReadOnlyCollection<TieredManagementGroup>

Returns the ReadOnlyCollection<T> of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group.

Applies to