MonitoringClass.GetMonitoringImageReferences Method ()
Applies To: Operations Manager for System Center 2012
Retrieves a collection of image references for the monitoring class.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringImageReference> GetMonitoringImageReferences()
public:
ReadOnlyCollection<MonitoringImageReference^>^ GetMonitoringImageReferences()
member GetMonitoringImageReferences : unit -> ReadOnlyCollection<MonitoringImageReference>
Public Function GetMonitoringImageReferences As ReadOnlyCollection(Of MonitoringImageReference)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringImageReference>
Returns a ReadOnlyCollection<T> of MonitoringImageReference objects.
See Also
MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top