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

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Deletes the specified collection of user roles from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use Security.DeleteUserRoles()")]
void DeleteMonitoringUserRoles(
	ICollection<MonitoringUserRole^>^ userRoles
)

Parameters

userRoles
Type: System.Collections.Generic::ICollection<MonitoringUserRole^>^

The collection of user roles to delete.

Return to top
Show: