PartialMonitoringObject::GetMonitoringRelationshipObjectsWhereSource Method (MonitoringRelationshipObjectGenericCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets the relationships for which this partial monitoring object is the source, by applying the specified filter.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGrou.EntityObjects.GetMonitoringRelationshipObjectsWhereSource")] ReadOnlyCollection<MonitoringRelationshipObject^>^ GetMonitoringRelationshipObjectsWhereSource( MonitoringRelationshipObjectGenericCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Monitoring::MonitoringRelationshipObjectGenericCriteria^
A value that specifies the kind of monitoring relationship objects.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringRelationshipObject^>^Returns ReadOnlyCollection<T> of MonitoringRelationshipObject objects.
Gets the relationships for which this partial monitoring object is a source in the relationships that meet the criteria filter.
You can iterate through the collection to obtain any specific MonitoringRelationshipObjectobject.
The criteriaparameter is used to identify monitoring relationships that will pass through the filter. Monitoring relationships within the returned collection meet this filter requirement.
Show: