DeploymentStep interface
The Step of AzureStackHCI Cluster.
Properties
| description | Description of step. NOTE: This property will not be serialized. It can only be populated by the server. |
| end |
End time of step. NOTE: This property will not be serialized. It can only be populated by the server. |
| exception | List of exceptions in AzureStackHCI Cluster Deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
| full |
FullStepIndex of step. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of step. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
Start time of step. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Status of step. Allowed values are 'Error', 'Success', 'InProgress' NOTE: This property will not be serialized. It can only be populated by the server. |
| steps | List of nested steps of AzureStackHCI Cluster Deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of step. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
endTimeUtc
End time of step. NOTE: This property will not be serialized. It can only be populated by the server.
endTimeUtc?: string
Property Value
string
exception
List of exceptions in AzureStackHCI Cluster Deployment. NOTE: This property will not be serialized. It can only be populated by the server.
exception?: string[]
Property Value
string[]
fullStepIndex
FullStepIndex of step. NOTE: This property will not be serialized. It can only be populated by the server.
fullStepIndex?: string
Property Value
string
name
Name of step. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
startTimeUtc
Start time of step. NOTE: This property will not be serialized. It can only be populated by the server.
startTimeUtc?: string
Property Value
string
status
Status of step. Allowed values are 'Error', 'Success', 'InProgress' NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
steps
List of nested steps of AzureStackHCI Cluster Deployment. NOTE: This property will not be serialized. It can only be populated by the server.
steps?: DeploymentStep[]