ServerEndpointProvisioningStepStatus interface

Server endpoint provisioning step status object.

Properties

additionalInformation

Additional information for the provisioning step

endTime

End time of the provisioning step

errorCode

Error code (HResult) for the provisioning step

minutesLeft

Estimated completion time of the provisioning step in minutes

name

Name of the provisioning step

progressPercentage

Estimated progress percentage

startTime

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