Microsoft.Hpc.Diagnostics.Helpers Namespace
Updated: December 7, 2016
Applies To: Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012, Microsoft HPC Pack 2012 R2
Defines classes and enumerations used to create XML files that contain information about the results of diagnostic test runs in a Windows HPC cluster.
| Class | Description | |
|---|---|---|
![]() | StepResult.Column | Represents a column in a table in the report for a diagnostic test run. |
![]() | StepResult.EnvironmentVariable | Represents an environment variable that a diagnostic test should set for the RunStep stage of the test. |
![]() | HtmlReportRender | |
![]() | StepResult.Information | Represents an item in a bulleted list in the report for a diagnostic test run. |
![]() | StepResult.Row.ItemByItemComparer | Defines methods to support comparing rows in a table for equality. |
![]() | StepResult.Node | Represents a node in an HPC cluster on which the RunStep stage of a diagnostic test should run or on which a diagnostic test failed. |
![]() | StepResult.Parameter | Represents a parameter that the diagnostic service should include when the diagnostic service runs the command for the RunStep stage of a diagnostic test. |
![]() | StepResult.Row | Represents a row in a table in the report for a diagnostic test run. |
![]() | StepResult.RowItem | Represents the entry in a cell in a table in the report for a diagnostic test run. |
![]() | StepResult | Contains information about the result of a stage in a diagnostic test. |
![]() | StepResult.Table | Represents a table in the report for a diagnostic test run. |
![]() | TestResult | Contains a set of StepResult objects that store information about the results of a diagnostic test run. |
| Enumeration | Description | |
|---|---|---|
![]() | StepResult.InformationType | Defines the type of information that is contained in a bulleted list item in the report for a diagnostic test. |
![]() | StepResult.ResultCode | Defines the overall result of a diagnostic test run. The result appears in the State column for a test result in HPC Cluster Manager. |
Starting with Microsoft HPC Pack 2008 R2, the HPC Pack software development kit (SDK) contains the assemblies required to build applications that create XML result files for diagnostic test runs. An application that uses this API runs as part of a diagnostic test that a cluster administrator adds to an HPC cluster. An application in a diagnostic test runs on one or more nodes in the HPC cluster, depending on the stage of the diagnostic test in which the application runs.
For examples that use the types defined in this namespace, see the Diagnostics Extensibility in Windows HPC Step-by-Step Guide.

