PartialMonitoringObject.GetMonitoringClasses 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 this.GetClasses
Retrieves the monitoring classes this monitoring object is an instance of.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^> ^ GetMonitoringClasses();
[System.Obsolete("Use this.GetClasses")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass> GetMonitoringClasses ();
member this.GetMonitoringClasses : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass>
Public Function GetMonitoringClasses () As ReadOnlyCollection(Of MonitoringClass)
Returns
MonitoringClasses
- Attributes
Remarks
This method gets the monitoring classes that are associated with the [GetMonitoringClasses]() object.