Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring image reference objects that have the specified GUIDs.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetImageReferences()")]
public ReadOnlyCollection<MonitoringImageReference> GetMonitoringImageReferences(
    ICollection<Guid> managementPackElementIds
)
public:
[ObsoleteAttribute("Please use Presentation.GetImageReferences()")]
ReadOnlyCollection<MonitoringImageReference^>^ GetMonitoringImageReferences(
    ICollection<Guid>^ managementPackElementIds
)
[<ObsoleteAttribute("Please use Presentation.GetImageReferences()")>]
member GetMonitoringImageReferences : 
        managementPackElementIds:ICollection<Guid> -> ReadOnlyCollection<MonitoringImageReference>
<ObsoleteAttribute("Please use Presentation.GetImageReferences()")>
Public Function GetMonitoringImageReferences (
    managementPackElementIds As ICollection(Of Guid)
) As ReadOnlyCollection(Of MonitoringImageReference)
Parameters
- managementPackElementIds 
 Type: System.Collections.Generic.ICollection<Guid>- The GUIDs of the management pack elements to get image references for. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringImageReference>
Returns aReadOnlyCollection<T> ofMonitoringImageReference objects.
See Also
GetMonitoringImageReferences Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top