Share via


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
System_CAPS_pubmethod MonitoringUserRoleScope()

Initializes a new MonitoringUserRoleScope object.

System_CAPS_pubmethod MonitoringUserRoleScope(UserRoleScope)

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

Properties

Name Description
System_CAPS_pubproperty Classes

(Inherited from UserRoleScope.)

System_CAPS_pubproperty ConsoleTasks

(Inherited from UserRoleScope.)

System_CAPS_pubproperty CredentialMonitoringTasks

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

System_CAPS_pubproperty CredentialTasks

(Inherited from UserRoleScope.)

System_CAPS_pubproperty DashboardReferences

(Inherited from UserRoleScope.)

System_CAPS_pubproperty IsScopeFixed

(Inherited from UserRoleScope.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty MonitoringViews

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

System_CAPS_pubproperty NonCredentialMonitoringTasks

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

System_CAPS_pubproperty NonCredentialTasks

(Inherited from UserRoleScope.)

System_CAPS_pubproperty Objects

(Inherited from UserRoleScope.)

System_CAPS_pubpropertySystem_CAPS_static RootCredentialMonitoringTaskId

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_static 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.

System_CAPS_pubpropertySystem_CAPS_static 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.

System_CAPS_pubpropertySystem_CAPS_static 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.

System_CAPS_pubpropertySystem_CAPS_static 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.

System_CAPS_pubproperty Templates

(Inherited from UserRoleScope.)

System_CAPS_pubproperty Views

(Inherited from UserRoleScope.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_pubmethod 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