InputType (ProbeActionModuleType)

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the input data type of a module type definition.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    ModuleTypes
      ProbeActionModuleType
        InputType (ProbeActionModuleType)

Syntax

<InputType>DataTypeID</InputType >

Attributes and Elements

The following sections describe attributes, child elements, and the parent elements of the InputType element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

InputTypes

Contains the input data types of a condition detection module type definition in a management pack.

ProbeActionModuleType

Represents a probe action module type definition in a management pack.

WriteActionModuleType

Represents a write action module type definition in a management pack.

Text Value

To see the available data types, see Data Types Reference.

Remarks

If the probe action module’s TriggerOnly is true, the InputType element should not be included in the module type definition because the module uses the data only as a trigger. Conversely, if the probe action module’s InputType contains a value, TriggerOnly defaults to false and does not have to be included.

See Also

Reference

ProbeActionModuleType
TriggerOnly