MonitoringImageReference Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a reference to an image. You can use an instance of this class to retrieve images.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
    Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfo
      Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference
        Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod MonitoringImageReference(ManagementPackImageReference)

Properties

Name Description
System_CAPS_pubproperty ElementReference

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubproperty Id

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubproperty ImageID

(Inherited from ManagementPackImageReference.)

System_CAPS_pubproperty LastModified

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty ManagementGroup

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from ManagementPackElementInfo.)

System_CAPS_protproperty memberstatus

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty Status

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty SubElementName

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubproperty TimeAdded

(Inherited from ManagementPackItem.)

System_CAPS_pubproperty XmlTag

(Inherited from ManagementPackImageReference.)

Methods

Name Description
System_CAPS_protmethod AddIdentityString(StringBuilder)

(Inherited from ManagementPackImageReference.)

System_CAPS_protmethod AddPendingChange()

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubmethod Equals(Object)

(Inherited from ManagementPackElementInfo.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetDerivedObject(ManagementPackImageReference)

System_CAPS_pubmethod GetHashCode()

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubmethod GetManagementPack()

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod PostProcessChange(ManagementPack)

(Inherited from ManagementPackItem.)

System_CAPS_protmethod ReadAttributes(ManagementPack, XmlReader)

(Inherited from ManagementPackImageReference.)

System_CAPS_protmethod ReadElements(ManagementPack, XmlReader)

(Inherited from ManagementPackImageReference.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from ManagementPackElementInfo.)

System_CAPS_pubmethod Reconnect(ManagementPack)

(Inherited from ManagementPackImageReference.)

System_CAPS_pubmethod ToString()

(Inherited from ManagementPackElementInfo.)

System_CAPS_protmethod UpdateCollection<T>(ManagementPackItemCollection<T>)

(Inherited from ManagementPackItem.)

System_CAPS_protmethod WriteAttributes(ManagementPack, XmlWriter)

(Inherited from ManagementPackImageReference.)

System_CAPS_protmethod WriteElements(ManagementPack, XmlWriter)

(Inherited from ManagementPackImageReference.)

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