StepResult.Node Class

Definition

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.

public class StepResult.Node
type StepResult.Node = class
Public Class StepResult.Node
Inheritance
StepResult.Node

Constructors

StepResult.Node()

Initializes a new instance of the StepResult.Node class without specifying the name of the node.

StepResult.Node(String)

Initializes a new instance of the StepResult.Node class for the node with the specified name.

Properties

Name

Retrieves or sets the name of the node on which the RunStep stage of the diagnostic test should run or on which the diagnostic test failed.

Parameters

Retrieves or sets a list of StepResult.Parameter objects that represent the parameters and values that the diagnostic service should use when the diagnostic service runs the RunStep command on the node.

Applies to