Image
Updated: May 18, 2012
Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager
Represents an image resource in a management pack.
Warning |
|---|
| This element applies to Management Pack Schema 2.0 only. |
<Image ID=”ImageID” Comment=”Comment” Accessibility=”Public/Private” FileName=”string”> <ImageSettings>…</ImageSettings> </Image>
The following sections describe attributes, child elements, and the parent element of the Image element.
Attributes
| Attribute | Description |
|---|---|
|
ID |
Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. |
|
Comment |
Optional attribute. Represents commentary by the management pack author. |
|
Accessibility |
Required attribute. Defines the visibility of the image definition. |
|
FileName |
Required attribute. The file name of the image. |
|
HasNullStream |
Internal usage only. |
| Value | Description |
|---|---|
Public | Indicates that the module type definition is visible to external management packs. |
Internal | Indicates that the module type definition is not visible to external management packs. |
Child Elements
| Element | Description |
|---|---|
Optional element. For internal use only. |
Parent Elements
| Element | Description |
|---|---|
Contains all the resources in a management pack. |
Warning