OutputType (ProbeActionModuleType)
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Defines the output data type of a module type definition.
Schema Hierarchy
ManagementPack
TypeDefinitions
ModuleTypes
ProbeActionModuleType
OutputType (ProbeActionModuleType)
Syntax
<OutputType>DataTypeID</OutputType>
Attributes and Elements
The following sections describe attributes, child elements, and the parent elements of the OutputType element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Represents a data source module type definition in a management pack. |
|
Represents a condition detection module type definition in a management pack. |
|
Represents a probe action module type definition in a management pack. |
|
Represents a write action module type definition in a management pack. |
Text Value
To see the available data types, see Data Types Reference.
Remarks
The value of OutputType depends on your module construction. In the case of a ProbeActionModuleType element, the output type will always be the output type of the last module in its internal workflow. The only exception is that if the last module is a ConditionDetection (DataSourceModuleType) filter module, the output data type must be the data type output of the module that provided input to the ConditionDetection module.