Package version:

The Step of AzureStackHCI Cluster.

interface DeploymentStep {
    description?: string;
    endTimeUtc?: string;
    exception?: {};
    fullStepIndex?: string;
    name?: string;
    startTimeUtc?: string;
    status?: string;
    steps?: {};
}

Properties

description?: string

Description of step.

endTimeUtc?: string

End time of step.

exception?: {}

List of exceptions in AzureStackHCI Cluster Deployment.

fullStepIndex?: string

FullStepIndex of step.

name?: string

Name of step.

startTimeUtc?: string

Start time of step.

status?: string

Status of step. Allowed values are 'Error', 'Success', 'InProgress'

steps?: {}

List of nested steps of AzureStackHCI Cluster Deployment.