MonitoringUserRole Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Specifies an assigned user role that contains a scope and users.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::CreatableMonitoringBase
Microsoft.EnterpriseManagement.Security::UserRole
Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringUserRole
| Name | Description | |
|---|---|---|
![]() | MonitoringUserRole() | Initializes a new MonitoringUserRole object. |
![]() | MonitoringUserRole(UserRole^) | Initializes a new MonitoringUserRole object with the values provided by the user role. |
| Name | Description | |
|---|---|---|
![]() | Description | (Inherited from UserRole.) |
![]() | DisplayName | (Inherited from UserRole.) |
![]() | Id | (Inherited from UserRole.) |
![]() | ImpliedInstanceId | (Inherited from UserRole.) |
![]() | IsScopeFixed | (Inherited from UserRole.) |
![]() | IsSystem | (Inherited from UserRole.) |
![]() | LastModified | (Inherited from UserRole.) |
![]() | LastModifiedBy | (Inherited from UserRole.) |
![]() | ManagementGroup | (Inherited from MonitoringBase.) |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | MonitoringProfile | Gets or sets the MonitoringProfile object that is assigned to the user role. |
![]() | MonitoringProfileDisplayName | Gets the display name of the monitoring profile that is assigned to the user role. |
![]() | Name | (Inherited from UserRole.) |
![]() | Profile | (Inherited from UserRole.) |
![]() | ProfileDisplayName | (Inherited from UserRole.) |
![]() | Scope | Gets or sets the scope of the user role. |
![]() | ScopeId | (Inherited from UserRole.) |
![]() | Users | (Inherited from UserRole.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from UserRole.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from UserRole.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | (Inherited from UserRole.) |
![]() | ToString() | (Inherited from MonitoringBase.) |
![]() | Update() | (Inherited from UserRole.) |
The following example shows how to use the MonitoringUserRole class to retrieve the user roles and their members for each user role in the Management Group.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


