TieringAdministration.GetMonitoringTiersForConnectors Method
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.
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
Returns the ReadOnlyCollection<T> of TieredManagementGroup objects (monitoring tiers) that are marked for connectors from the Management Group.