PartialMonitoringObject.GetMonitoringReports Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Reporting.GetReports methods that take this object")]
public ReadOnlyCollection<MonitoringReport> GetMonitoringReports()
public:
[ObsoleteAttribute("Use ManagementGroup.Reporting.GetReports methods that take this object")]
ReadOnlyCollection<MonitoringReport^>^ GetMonitoringReports()
[<ObsoleteAttribute("Use ManagementGroup.Reporting.GetReports methods that take this object")>]
member GetMonitoringReports : unit -> ReadOnlyCollection<MonitoringReport>
<ObsoleteAttribute("Use ManagementGroup.Reporting.GetReports methods that take this object")>
Public Function GetMonitoringReports As ReadOnlyCollection(Of MonitoringReport)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringReport>
Returns ReadOnlyCollection<T> of MonitoringReport objects.
See Also
GetMonitoringReports Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top