ManagementGroup::InsertMonitoringUserRoles Method (ICollection<MonitoringUserRole^>^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Inserts the specified user roles into the management group.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Security.InsertUserRoles()")] void InsertMonitoringUserRoles( ICollection<MonitoringUserRole^>^ userRoles )
Parameters
- userRoles
-
Type:
System.Collections.Generic::ICollection<MonitoringUserRole^>^
The collection of user roles to insert.
Show: