MonitoringRelationshipClass.GetDiscoverySources 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
Use Management.Monitoring.GetDiscoverySources
Returns the discovery sources of this class.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringDiscovery ^> ^ GetDiscoverySources();
[System.Obsolete("Use Management.Monitoring.GetDiscoverySources")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringDiscovery> GetDiscoverySources ();
member this.GetDiscoverySources : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringDiscovery>
Public Function GetDiscoverySources () As ReadOnlyCollection(Of MonitoringDiscovery)
Returns
All the discovery objects that discovery this class.
- Attributes