ManagementGroup::DeleteMonitoringUserRole Method (MonitoringUserRole^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Deletes the specified user role from the management group.

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

public:
[ObsoleteAttribute("Please use Security.DeleteUserRole()")]
void DeleteMonitoringUserRole(
	MonitoringUserRole^ userRole
)

Parameters

userRole
Type: Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringUserRole^

The user role to delete from the management group.

Return to top
Show: