ManagementGroup.GetMonitoringPage Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring page that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetPage()")]
public MonitoringPage GetMonitoringPage(
Guid id
)
public:
[ObsoleteAttribute("Please use Presentation.GetPage()")]
MonitoringPage^ GetMonitoringPage(
Guid id
)
[<ObsoleteAttribute("Please use Presentation.GetPage()")>]
member GetMonitoringPage :
id:Guid -> MonitoringPage
<ObsoleteAttribute("Please use Presentation.GetPage()")>
Public Function GetMonitoringPage (
id As Guid
) As MonitoringPage
Parameters
id
Type: System.GuidThe GUID of the monitoring page to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringPage
Returns aMonitoringPage object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top