ManagementGroup.GetMonitoringImageObject Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a monitoring image object that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")]
public MonitoringImageObject GetMonitoringImageObject(
Guid imageId
)
public:
[ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")]
MonitoringImageObject^ GetMonitoringImageObject(
Guid imageId
)
[<ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")>]
member GetMonitoringImageObject :
imageId:Guid -> MonitoringImageObject
<ObsoleteAttribute("Please use Resources.GetResource<ManagementPackImage>()")>
Public Function GetMonitoringImageObject (
imageId As Guid
) As MonitoringImageObject
Parameters
imageId
Type: System.GuidThe GUID of the monitoring image to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject
Returns aMonitoringImageObject object.
See Also
GetMonitoringImageObject Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top