MonitoringUserRole Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Specifies an assigned user role that contains a scope and users.

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


[SerializableAttribute]
public ref class MonitoringUserRole : UserRole

NameDescription
System_CAPS_pubmethodMonitoringUserRole()

Initializes a new MonitoringUserRole object.

System_CAPS_pubmethodMonitoringUserRole(UserRole^)

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

NameDescription
System_CAPS_pubpropertyDescription

(Inherited from UserRole.)

System_CAPS_pubpropertyDisplayName

(Inherited from UserRole.)

System_CAPS_pubpropertyId

(Inherited from UserRole.)

System_CAPS_pubpropertyImpliedInstanceId

(Inherited from UserRole.)

System_CAPS_pubpropertyIsScopeFixed

(Inherited from UserRole.)

System_CAPS_pubpropertyIsSystem

(Inherited from UserRole.)

System_CAPS_pubpropertyLastModified

(Inherited from UserRole.)

System_CAPS_pubpropertyLastModifiedBy

(Inherited from UserRole.)

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringProfile

Gets or sets the MonitoringProfile object that is assigned to the user role.

System_CAPS_pubpropertyMonitoringProfileDisplayName

Gets the display name of the monitoring profile that is assigned to the user role.

System_CAPS_pubpropertyName

(Inherited from UserRole.)

System_CAPS_pubpropertyProfile

(Inherited from UserRole.)

System_CAPS_pubpropertyProfileDisplayName

(Inherited from UserRole.)

System_CAPS_pubpropertyScope

Gets or sets the scope of the user role.

System_CAPS_pubpropertyScopeId

(Inherited from UserRole.)

System_CAPS_pubpropertyUsers

(Inherited from UserRole.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from UserRole.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from UserRole.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from UserRole.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

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

Return to top
Show: