ServerEndpointProvisioningStepStatus interface
Server endpoint provisioning step status object.
Properties
| additional |
Additional information for the provisioning step |
| end |
End time of the provisioning step |
| error |
Error code (HResult) for the provisioning step |
| minutes |
Estimated completion time of the provisioning step in minutes |
| name | Name of the provisioning step |
| progress |
Estimated progress percentage |
| start |
Start time of the provisioning step |
| status | Status of the provisioning step |
Property Details
additionalInformation
Additional information for the provisioning step
additionalInformation?: Record<string, string>
Property Value
Record<string, string>
endTime
End time of the provisioning step
endTime?: Date
Property Value
Date
errorCode
Error code (HResult) for the provisioning step
errorCode?: number
Property Value
number
minutesLeft
Estimated completion time of the provisioning step in minutes
minutesLeft?: number
Property Value
number
name
Name of the provisioning step
name?: string
Property Value
string
progressPercentage
Estimated progress percentage
progressPercentage?: number
Property Value
number
startTime
Start time of the provisioning step
startTime?: Date
Property Value
Date
status
Status of the provisioning step
status?: string
Property Value
string