ManagementGroup.GetMonitoringImageObject Method (MonitoringImageReference)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the monitoring image object that has the specifiedMonitoringImageReference object.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")]
public MonitoringImageObject GetMonitoringImageObject(
    MonitoringImageReference imageReference
)
public:
[ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")]
MonitoringImageObject^ GetMonitoringImageObject(
    MonitoringImageReference^ imageReference
)
[<ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")>]
member GetMonitoringImageObject : 
        imageReference:MonitoringImageReference -> MonitoringImageObject
<ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")>
Public Function GetMonitoringImageObject (
    imageReference As MonitoringImageReference
) As MonitoringImageObject

Parameters

Return Value

Type: Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject

Returns aMonitoringImageObject object.

See Also

GetMonitoringImageObject Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top