PartialMonitoringObject.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 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