MonitoringImageObject Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents an image in a Management Group.
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.ManagementPackResource
Microsoft.EnterpriseManagement.Configuration.ManagementPackImage
Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackImage instead")]
public class MonitoringImageObject : ManagementPackImage, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackImage instead")]
public ref class MonitoringImageObject : ManagementPackImage,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackImage instead")>]
type MonitoringImageObject =
class
inherit ManagementPackImage
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackImage instead")>
Public Class MonitoringImageObject
Inherits ManagementPackImage
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringImageObject(ManagementPackImage) |
Properties
Name | Description | |
---|---|---|
Accessibility | (Inherited from ManagementPackAccessibleElement.) |
|
Category | (Inherited from ManagementPackImage.) |
|
Comment | (Inherited from ManagementPackElement.) |
|
Description | (Inherited from ManagementPackElement.) |
|
DisplayName | (Inherited from ManagementPackElement.) |
|
FileName | (Inherited from ManagementPackResource.) |
|
HasNullStream | (Inherited from ManagementPackResource.) |
|
Id | (Inherited from ManagementPackElement.) |
|
ImageData | (Inherited from ManagementPackImage.) |
|
ImageSettings | (Inherited from ManagementPackImage.) |
|
LanguageCode | (Inherited from ManagementPackElement.) |
|
LastModified | (Inherited from ManagementPackItem.) |
|
ManagementGroup | (Inherited from ManagementPackElement.) |
|
ManagementGroupId | (Inherited from ManagementPackElement.) |
|
memberstatus | (Inherited from ManagementPackItem.) |
|
Name | (Inherited from ManagementPackElement.) |
|
Status | (Inherited from ManagementPackItem.) |
|
TimeAdded | (Inherited from ManagementPackItem.) |
|
XmlTag | (Inherited from ManagementPackImage.) |
Methods
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