TieringAdministration.RemoveMonitoringTiers(IList<TieredManagementGroup>) 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.
The Removes list of monitoring Tiers
public:
void RemoveMonitoringTiers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Tiering::TieredManagementGroup ^> ^ tiers);
public void RemoveMonitoringTiers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup> tiers);
member this.RemoveMonitoringTiers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup> -> unit
Public Sub RemoveMonitoringTiers (tiers As IList(Of TieredManagementGroup))
Parameters
- tiers
- IList<TieredManagementGroup>
The list of TieredManagementGroup objects to remove from the Management Group.