PartialMonitoringObject.GetDiscoverySources Method

Definition

Caution

Use ManagementGroup.Monitoring equivalent methods that take this object as a parameter

Gets the class for this relationship.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringObjectDiscoverySource ^> ^ GetDiscoverySources();
[System.Obsolete("Use ManagementGroup.Monitoring equivalent methods that take this object as a parameter")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObjectDiscoverySource> GetDiscoverySources ();
member this.GetDiscoverySources : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObjectDiscoverySource>
Public Function GetDiscoverySources () As ReadOnlyCollection(Of MonitoringObjectDiscoverySource)

Returns

The MonitoringRelationshipClass

Attributes

Applies to