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 | |
---|---|---|
MonitoringProfile(Profile) |
Properties
Name | Description | |
---|---|---|
AdministratorMonitoringProfileId | Gets the globally unique identifier (GUID) for the Administrator monitoring profile. |
|
AdvancedOperatorMonitoringProfileId | Gets a globally unique identifier (GUID) for the AdvancedOperator monitoring profile. |
|
ApplicationMonitoringOperatorMonitoringProfileId | ||
AuthorMonitoringProfileId | Gets a globally unique identifier (GUID) for the Author monitoring profile. |
|
Description | (Inherited from Profile.) |
|
DisplayName | (Inherited from Profile.) |
|
HasSingleMonitoringUserRole | Gets a Boolean value that indicates whether the monitoring profile is used in a shipped user role. |
|
HasSingleUserRole | (Inherited from Profile.) |
|
Id | (Inherited from MonitoringBaseWithId.) |
|
ImplicitRelationship | (Inherited from Profile.) |
|
IsImplicitEndpointSource | (Inherited from Profile.) |
|
IsImplicitProfile | (Inherited from Profile.) |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringOperations | Gets the collection of monitoring operations in the monitoring profile. |
|
Name | (Inherited from Profile.) |
|
Operations | (Inherited from Profile.) |
|
OperatorMonitoringProfileId | Gets a globally unique identifier (GUID) for the Operator monitoring profile. |
|
ReadOnlyOperatorMonitoringProfileId | Gets a globally unique identifier (GUID) for the ReadOnlyOperator monitoring profile. |
|
ReportOperatorMonitoringProfileId | Gets a globally unique identifier (GUID) for the ReportOperator monitoring profile. |
|
ReportSecurityAdministratorMonitoringProfileId | Gets a globally unique identifier (GUID) for the ReportSecurityAdministrator monitoring profile. |
|
Scope | Gets the scope for the monitoring profile. The scope is a value from theMonitoringProfileScopeTypes enumeration |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Profile.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Profile.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from Profile.) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
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