MonitoringReport Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a monitoring report.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
    Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
      Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibleElement
        Microsoft.EnterpriseManagement.Configuration.ManagementPackReport
          Microsoft.EnterpriseManagement.Configuration.MonitoringReport

Syntax

[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackReport instead")]
public class MonitoringReport : ManagementPackReport, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackReport instead")]
public ref class MonitoringReport : ManagementPackReport, IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackReport instead")>]
type MonitoringReport = 
    class
        inherit ManagementPackReport
        interface IMonitoringBase
    end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackReport instead")>
Public Class MonitoringReport
    Inherits ManagementPackReport
    Implements IMonitoringBase

Constructors

Name Description
System_CAPS_pubmethod MonitoringReport(ManagementPackReport)

Properties

Name Description
System_CAPS_pubproperty Accessibility

(Inherited from ManagementPackAccessibleElement.)

System_CAPS_pubproperty Comment

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty DataWarehouseDataSetCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty DataWarehouseScriptCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty Definition

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty Description

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty DimensionCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty DisplayName

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty FactCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty Id

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty LanguageCode

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty LastModified

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty ManagementGroup

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from ManagementPackElement.)

System_CAPS_protproperty memberstatus

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty Name

(Inherited from ManagementPackElement.)

System_CAPS_pubproperty ParameterBlock

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty ReportCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty ReportDefinition

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty ReportParameterControlCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty ReportResourceCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty ReportStringCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty RuleCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty Status

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty Target

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty TaskCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty TimeAdded

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty ViewCollection

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty Visible

(Inherited from ManagementPackReport.)

System_CAPS_pubproperty XmlTag

(Inherited from ManagementPackReport.)

Methods

Name Description
System_CAPS_protmethod CheckVersionCompatibility(ManagementPackAccessibleElement)

(Inherited from ManagementPackAccessibleElement.)

System_CAPS_pubmethod CreateNavigator()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod Equals(Object)

(Inherited from ManagementPackElement.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCategories()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetDisplayString(CultureInfo)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetDisplayString(String)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetFolders()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetImageReferences()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetKnowledgeArticle(CultureInfo)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetKnowledgeArticle(String)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetManagementPack()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod PostProcessChange(ManagementPack)

(Inherited from ManagementPackElement.)

System_CAPS_protmethod ReadAttributes(ManagementPack, XmlReader)

(Inherited from ManagementPackReport.)

System_CAPS_protmethod ReadElements(ManagementPack, XmlReader)

(Inherited from ManagementPackReport.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethod Reconnect(ManagementPack)

(Inherited from ManagementPackReport.)

System_CAPS_pubmethod ToString()

(Inherited from ManagementPackElement.)

System_CAPS_protmethod UpdateCollection<T>(ManagementPackItemCollection<T>)

(Inherited from ManagementPackItem.)

System_CAPS_protmethod WriteAttributes(XmlWriter)

(Inherited from ManagementPackReport.)

System_CAPS_protmethod WriteElements(XmlWriter)

(Inherited from ManagementPackReport.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from ManagementPackElement.)

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.Configuration Namespace

Return to top