MonitoringProfile Class

 

Applies To: Operations Manager for System Center 2012

A collection of monitoring operations that make a logical profile.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Security.Profile
        Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringProfile

Syntax

[SerializableAttribute]
public class MonitoringProfile : Profile
[SerializableAttribute]
public ref class MonitoringProfile : Profile
[<SerializableAttribute>]
type MonitoringProfile = 
    class
        inherit Profile
    end
<SerializableAttribute>
Public Class MonitoringProfile
    Inherits Profile

Constructors

Name Description
System_CAPS_pubmethod MonitoringProfile(Profile)

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AdministratorMonitoringProfileId

Gets the globally unique identifier (GUID) for the Administrator monitoring profile.

System_CAPS_pubpropertySystem_CAPS_static AdvancedOperatorMonitoringProfileId

Gets a globally unique identifier (GUID) for the AdvancedOperator monitoring profile.

System_CAPS_pubpropertySystem_CAPS_static ApplicationMonitoringOperatorMonitoringProfileId

System_CAPS_pubpropertySystem_CAPS_static AuthorMonitoringProfileId

Gets a globally unique identifier (GUID) for the Author monitoring profile.

System_CAPS_pubproperty Description

(Inherited from Profile.)

System_CAPS_pubproperty DisplayName

(Inherited from Profile.)

System_CAPS_pubproperty HasSingleMonitoringUserRole

Gets a Boolean value that indicates whether the monitoring profile is used in a shipped user role.

System_CAPS_pubproperty HasSingleUserRole

(Inherited from Profile.)

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty ImplicitRelationship

(Inherited from Profile.)

System_CAPS_pubproperty IsImplicitEndpointSource

(Inherited from Profile.)

System_CAPS_pubproperty IsImplicitProfile

(Inherited from Profile.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringOperations

Gets the collection of monitoring operations in the monitoring profile.

System_CAPS_pubproperty Name

(Inherited from Profile.)

System_CAPS_pubproperty Operations

(Inherited from Profile.)

System_CAPS_pubpropertySystem_CAPS_static OperatorMonitoringProfileId

Gets a globally unique identifier (GUID) for the Operator monitoring profile.

System_CAPS_pubpropertySystem_CAPS_static ReadOnlyOperatorMonitoringProfileId

Gets a globally unique identifier (GUID) for the ReadOnlyOperator monitoring profile.

System_CAPS_pubpropertySystem_CAPS_static ReportOperatorMonitoringProfileId

Gets a globally unique identifier (GUID) for the ReportOperator monitoring profile.

System_CAPS_pubpropertySystem_CAPS_static ReportSecurityAdministratorMonitoringProfileId

Gets a globally unique identifier (GUID) for the ReportSecurityAdministrator monitoring profile.

System_CAPS_pubproperty Scope

Gets the scope for the monitoring profile. The scope is a value from theMonitoringProfileScopeTypes enumeration

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Profile.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Profile.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from Profile.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

(Inherited from Profile.)

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