ManagementGroup.GetMonitoringProfiles 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
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