MonitoringUserRoleScope Class
Applies To: Operations Manager for System Center 2012
Defines a scope for a user role.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Security.UserRoleScope
Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserRoleScope
Syntax
[SerializableAttribute]
public class MonitoringUserRoleScope : UserRoleScope
[SerializableAttribute]
public ref class MonitoringUserRoleScope : UserRoleScope
[<SerializableAttribute>]
type MonitoringUserRoleScope =
class
inherit UserRoleScope
end
<SerializableAttribute>
Public Class MonitoringUserRoleScope
Inherits UserRoleScope
Constructors
Name | Description | |
---|---|---|
MonitoringUserRoleScope() | Initializes a new MonitoringUserRoleScope object. |
|
MonitoringUserRoleScope(UserRoleScope) | Initializes a new MonitoringUserRoleScope object with the values provided by the user role scope. |
Properties
Name | Description | |
---|---|---|
Classes | (Inherited from UserRoleScope.) |
|
ConsoleTasks | (Inherited from UserRoleScope.) |
|
CredentialMonitoringTasks | Gets a read-only collection of credential monitoring tasks for the user role scope. |
|
CredentialTasks | (Inherited from UserRoleScope.) |
|
DashboardReferences | (Inherited from UserRoleScope.) |
|
IsScopeFixed | (Inherited from UserRoleScope.) |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringClasses | Gets a read-only collection of globally unique identifier (GUID) values that identify monitoring classes for the user role scope. This collection applies to the monitoring class section of the scope. |
|
MonitoringObjects | Gets a read-only collection of globally unique identifier (GUID) values that identify monitoring object groups and/or services for the user role scope. This collection applies to the monitoring object section of the scope. |
|
MonitoringViews | Gets a read-only collection of monitoring views for the user role scope. |
|
NonCredentialMonitoringTasks | Gets a read-only collection of monitoring tasks (without credentials) for the user role scope. |
|
NonCredentialTasks | (Inherited from UserRoleScope.) |
|
Objects | (Inherited from UserRoleScope.) |
|
RootCredentialMonitoringTaskId | A globally unique identifier (GUID) that represents the root credential task. Use this value to set access to all credential tasks. |
|
RootMonitoringClassId | A globally unique identifier (GUID) value that represents the root of all monitoring classes. Use this value in the user role scope if you want to set access on the root monitoring class. |
|
RootMonitoringObjectId | A globally unique identifier (GUID) value that represents the root of monitoring objects. Use this value in the user role scope to set access on the root monitoring object. |
|
RootMonitoringViewId | A globally unique identifier (GUID) value that represents the root monitoring view. Use this value in the user role scope to set access to all views. |
|
RootNonCredentialMonitoringTaskId | A globally unique identifier (GUID) value that represents the root monitoring task without credentials. Use this value in the user role scope to set access to all monitoring tasks without credentials. |
|
Templates | (Inherited from UserRoleScope.) |
|
Views | (Inherited from UserRoleScope.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
ToString() | (Inherited from MonitoringBase.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top