ManagementGroup.GetMonitoringRelationshipObject(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use EntityObjects.GetMonitoringRelationshipObject()
This method returns the MonitoringRelationshipObject by id
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringRelationshipObject ^ GetMonitoringRelationshipObject(Guid id);
[System.Obsolete("Please use EntityObjects.GetMonitoringRelationshipObject()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringRelationshipObject GetMonitoringRelationshipObject (Guid id);
member this.GetMonitoringRelationshipObject : Guid -> Microsoft.EnterpriseManagement.Monitoring.MonitoringRelationshipObject
Public Function GetMonitoringRelationshipObject (id As Guid) As MonitoringRelationshipObject
Parameters
- id
- Guid
id
Returns
A reference to the MonitoringRelationshipObject.
- Attributes
Exceptions
MonitoringRelationshipObject with the given id was not found.