DeploymentStep interface
The Step of AzureStackHCI Cluster.
Properties
| description | Description of step. |
| end |
End time of step. |
| exception | List of exceptions in AzureStackHCI Cluster Deployment. |
| full |
FullStepIndex of step. |
| name | Name of step. |
| start |
Start time of step. |
| status | Status of step. Allowed values are 'Error', 'Success', 'InProgress' |
| steps | List of nested steps of AzureStackHCI Cluster Deployment. |
Property Details
description
Description of step.
description?: string
Property Value
string
endTimeUtc
End time of step.
endTimeUtc?: string
Property Value
string
exception
List of exceptions in AzureStackHCI Cluster Deployment.
exception?: string[]
Property Value
string[]
fullStepIndex
FullStepIndex of step.
fullStepIndex?: string
Property Value
string
name
Name of step.
name?: string
Property Value
string
startTimeUtc
Start time of step.
startTimeUtc?: string
Property Value
string
status
Status of step. Allowed values are 'Error', 'Success', 'InProgress'
status?: string
Property Value
string
steps
List of nested steps of AzureStackHCI Cluster Deployment.
steps?: DeploymentStep[]