PartialMonitoringObject.GetMonitoringRelationshipObjectsWhereTarget Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the relationships for which this partial monitoring object is a target in the relationship.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGrou.EntityObjects.GetMonitoringRelationshipObjectsWhereTarget")]
public ReadOnlyCollection<MonitoringRelationshipObject> GetMonitoringRelationshipObjectsWhereTarget()
public:
[ObsoleteAttribute("Use ManagementGrou.EntityObjects.GetMonitoringRelationshipObjectsWhereTarget")]
ReadOnlyCollection<MonitoringRelationshipObject^>^ GetMonitoringRelationshipObjectsWhereTarget()
[<ObsoleteAttribute("Use ManagementGrou.EntityObjects.GetMonitoringRelationshipObjectsWhereTarget")>]
member GetMonitoringRelationshipObjectsWhereTarget : unit -> ReadOnlyCollection<MonitoringRelationshipObject>
<ObsoleteAttribute("Use ManagementGrou.EntityObjects.GetMonitoringRelationshipObjectsWhereTarget")>
Public Function GetMonitoringRelationshipObjectsWhereTarget As ReadOnlyCollection(Of MonitoringRelationshipObject)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringRelationshipObject>
Returns ReadOnlyCollection<T> of MonitoringRelationshipObject objects.
Examples
For a code example that uses this method, see How to Display Information about a Monitoring Object
See Also
GetMonitoringRelationshipObjectsWhereTarget Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top