Share via


IStep Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StepTypeConverter))]
public interface IStep : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StepTypeConverter))>]
type IStep = interface
    interface IJsonSerializable
Public Interface IStep
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Description

More detailed description of the step.

EndTimeUtc

When the step reached a terminal state.

ErrorMessage

Error message, specified if the step is in a failed state.

LastUpdatedTimeUtc

Completion time of this step or the last completed sub-step.

Name

Name of the step.

StartTimeUtc

When the step started, or empty if it has not started executing.

Status

Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.

Steps

Recursive model for child steps of this step.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to