Share via


ManagementGroup.GetMonitoringProfiles Method

Definition

Caution

Please use Security.GetProfiles()

Retrieves all the profiles defined in the management group.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringProfile ^> ^ GetMonitoringProfiles();
[System.Obsolete("Please use Security.GetProfiles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringProfile> GetMonitoringProfiles ();
member this.GetMonitoringProfiles : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringProfile>
Public Function GetMonitoringProfiles () As ReadOnlyCollection(Of MonitoringProfile)

Returns

A read only collection of fully populated MonitoringProfile objects.

Attributes

Applies to