ManagementGroup.GetMonitoringImageObjects Method (ICollection<MonitoringImageReference>)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring image objects that have the specifiedMonitoringImageReferenceobject.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
public ReadOnlyCollection<MonitoringImageObject> GetMonitoringImageObjects(
ICollection<MonitoringImageReference> imageReferences
)
public:
[ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")]
ReadOnlyCollection<MonitoringImageObject^>^ GetMonitoringImageObjects(
ICollection<MonitoringImageReference^>^ imageReferences
)
[<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>]
member GetMonitoringImageObjects :
imageReferences:ICollection<MonitoringImageReference> -> ReadOnlyCollection<MonitoringImageObject>
<ObsoleteAttribute("Please use Resources.GetResources<ManagementPackImage>()")>
Public Function GetMonitoringImageObjects (
imageReferences As ICollection(Of MonitoringImageReference)
) As ReadOnlyCollection(Of MonitoringImageObject)
Parameters
imageReferences
Type: System.Collections.Generic.ICollection<MonitoringImageReference>References to the image objects to get.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringImageObject>
Returns aReadOnlyCollection<T> object ofMonitoringImageObject objects.
See Also
GetMonitoringImageObjects Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top