ManagementGroup.GetMonitoringView Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring view that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetView()")]
public MonitoringView GetMonitoringView(
Guid id
)
public:
[ObsoleteAttribute("Please use Presentation.GetView()")]
MonitoringView^ GetMonitoringView(
Guid id
)
[<ObsoleteAttribute("Please use Presentation.GetView()")>]
member GetMonitoringView :
id:Guid -> MonitoringView
<ObsoleteAttribute("Please use Presentation.GetView()")>
Public Function GetMonitoringView (
id As Guid
) As MonitoringView
Parameters
id
Type: System.GuidThe GUID of the monitoring view to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringView
Returns aMonitoringView object.
Remarks
A view is a depiction of data with predefined criteria.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top