Resources
System Center
Updated: August 10, 2011
Contains all the resources in a management pack.
Warning |
|---|
| This element applies to Management Pack Schema 2.0 only. |
<Resources> <Resource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”/> <Assembly ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” QualifiedName=”String”>…</Assembly> <ReportResource ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False” MIMEType=”string”/> <Image ID=”ID” Comment=”String” Accessibility=”Public/Private” FileName=”string” HasNullStream=”True/False”>…</Image> </Reslurces>
The following sections describe attributes, child elements, and the parent element of the Resources element.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
|
Optional element. Represents a generic resource in a management pack. |
|
|
Optional element. Represents an assembly resource in a management pack. |
|
|
Optional element. Represents a report resource in a management pack. |
|
|
Optional element. Represents an image resource in a management pack. |
Parent Elements
| Element | Description |
|---|---|
|
Represents the root element of a management pack. |
The Resources element contains references to all data that is not directly stored in a management pack (binary image data, XML resources, assembly resources, forms, and so on).
Show:
Warning