MonitoringUserRoleScope Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Security::UserRoleScope
      Microsoft.EnterpriseManagement.Monitoring.Security::MonitoringUserRoleScope

[SerializableAttribute]
public ref class MonitoringUserRoleScope : UserRoleScope

NameDescription
System_CAPS_pubmethodMonitoringUserRoleScope()

Initializes a new MonitoringUserRoleScope object.

System_CAPS_pubmethodMonitoringUserRoleScope(UserRoleScope^)

Initializes a new MonitoringUserRoleScope object with the values provided by the user role scope.

NameDescription
System_CAPS_pubpropertyClasses

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyConsoleTasks

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyCredentialMonitoringTasks

Gets a read-only collection of credential monitoring tasks for the user role scope.

System_CAPS_pubpropertyCredentialTasks

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyDashboardReferences

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyIsScopeFixed

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringClasses

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.

System_CAPS_pubpropertyMonitoringObjects

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.

System_CAPS_pubpropertyMonitoringViews

Gets a read-only collection of monitoring views for the user role scope.

System_CAPS_pubpropertyNonCredentialMonitoringTasks

Gets a read-only collection of monitoring tasks (without credentials) for the user role scope.

System_CAPS_pubpropertyNonCredentialTasks

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyObjects

(Inherited from UserRoleScope.)

System_CAPS_pubpropertySystem_CAPS_staticRootCredentialMonitoringTaskId

A globally unique identifier (GUID) that represents the root credential task. Use this value to set access to all credential tasks.

System_CAPS_pubpropertySystem_CAPS_staticRootMonitoringClassId

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.

System_CAPS_pubpropertySystem_CAPS_staticRootMonitoringObjectId

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.

System_CAPS_pubpropertySystem_CAPS_staticRootMonitoringViewId

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.

System_CAPS_pubpropertySystem_CAPS_staticRootNonCredentialMonitoringTaskId

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.

System_CAPS_pubpropertyTemplates

(Inherited from UserRoleScope.)

System_CAPS_pubpropertyViews

(Inherited from UserRoleScope.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from MonitoringBase.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: