Class SetupStepDetails
Holds information about an executing setup step. This is the argument passed when the StepStarted event is raised.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public class SetupStepDetails
Constructors
SetupStepDetails(int, string)
Constructor.
Declaration
public SetupStepDetails(int number, string label)
Parameters
Type | Name | Description |
---|---|---|
int | number | The step number. |
string | label | The step label. |
Properties
Label
Returns the step label.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Number
Returns the step number.
Declaration
public int Number { get; }
Property Value
Type | Description |
---|---|
int |