TieringAdministration.GetMonitoringTiers 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.
Adds a TieredManagementGroup Instance
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Tiering::TieredManagementGroup ^> ^ GetMonitoringTiers();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup> GetMonitoringTiers ();
member this.GetMonitoringTiers : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup>
Public Function GetMonitoringTiers () As ReadOnlyCollection(Of TieredManagementGroup)
Returns
Returns the ReadOnlyCollection<T> of TieredManagementGroup objects (monitoring tiers) from the Management Group.