Share via


PartialMonitoringObject.GetMonitoringClasses Method

Definition

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.

Applies to