ManagementGroup::InsertMonitoringUserRoles Method (ICollection<MonitoringUserRole^>^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Inserts the specified user roles into the management group.

Namespace:   Microsoft.EnterpriseManagement
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.

Return to top
Show: