TieringAdministration.GetMonitoringTier 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 the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.
Overloads
| GetMonitoringTier(Guid) |
Gets a TieredManagementGroup Instance |
| GetMonitoringTier(String) |
Gets a TieredManagementGroup Instance |
GetMonitoringTier(Guid)
Gets a TieredManagementGroup Instance
public:
Microsoft::EnterpriseManagement::Tiering::TieredManagementGroup ^ GetMonitoringTier(Guid id);
public Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup GetMonitoringTier (Guid id);
member this.GetMonitoringTier : Guid -> Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Public Function GetMonitoringTier (id As Guid) As TieredManagementGroup
Parameters
- id
- Guid
The globally unique identifier (GUID) for the TieredManagementGroup object to get.
Returns
Returns the collection of TieredManagementGroup objects (monitoring tiers) from the Management Group.
Applies to
GetMonitoringTier(String)
Gets a TieredManagementGroup Instance
public:
Microsoft::EnterpriseManagement::Tiering::TieredManagementGroup ^ GetMonitoringTier(System::String ^ name);
public Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup GetMonitoringTier (string name);
member this.GetMonitoringTier : string -> Microsoft.EnterpriseManagement.Tiering.TieredManagementGroup
Public Function GetMonitoringTier (name As String) As TieredManagementGroup
Parameters
- name
- String
The name of the TieredManagementGroup object to get.
Returns
Returns the specific TieredManagementGroup object (a monitoring tier) from the Management Group.