Data Warehouse reporting deployment condition

Microsoft.SystemCenter.DataWarehouse.Deployment.Reporting.ReportDeploymentCondition (ConditionDetectionModuleType)

This module is used to correlate data on management packs that are installed in the management group, deployed in the Data Warehouse, etc. and issue report deployment commands

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeMicrosoft.SystemCenter.DeploymentManagementPacksData
OutputTypeMicrosoft.SystemCenter.ReportDeploymentData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Deployment.Reporting.ReportDeploymentCondition" Accessibility="Internal" Batching="false" PassThrough="false" Stateful="false">
<Configuration/>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.ReportDeploymentCondition</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.ReportDeploymentData</OutputType>
<InputTypes>
<InputType>Microsoft.SystemCenter.DeploymentManagementPacksData</InputType>
<InputType>Microsoft.SystemCenter.DeploymentManagementPacksData</InputType>
<InputType>Microsoft.SystemCenter.DeploymentManagementPacksData</InputType>
</InputTypes>
</ConditionDetectionModuleType>