MonitoringObjectInfo Class
Applies To: Operations Manager for System Center 2012
Contains information about a monitoring object, such as the monitoring class and Management Group information for the monitoring object.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Warehouse.DataWarehouseBaseInfo
Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo
Syntax
[SerializableAttribute]
public class MonitoringObjectInfo : DataWarehouseBaseInfo
[SerializableAttribute]
public ref class MonitoringObjectInfo : DataWarehouseBaseInfo
[<SerializableAttribute>]
type MonitoringObjectInfo =
class
inherit DataWarehouseBaseInfo
end
<SerializableAttribute>
Public Class MonitoringObjectInfo
Inherits DataWarehouseBaseInfo
Properties
Name | Description | |
---|---|---|
ClassInfo | Gets the monitoring class information for a monitoring object. |
|
DefaultDescription | Gets the default description for the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
DefaultName | Gets the default name for the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
Description | Gets the description for the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
DisplayName | Gets the display name of the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
Guid | Gets the globally unique identifier (GUID) for the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
ManagementGroupInfo | Gets the Management Group information for a monitoring object. |
|
Path | Gets the path to the monitoring object in the data warehouse. |
|
RowId | Gets the row identifier for the data warehouse row that the monitoring object is in. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
m_Description | Contains the default description of the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
|
m_DisplayName | Contains the default display name for the data warehouse.(Inherited from DataWarehouseBaseInfo.) |
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.Warehouse Namespace
Return to top