ServerEndpointProvisioningStepStatusResponse

data class ServerEndpointProvisioningStepStatusResponse(val additionalInformation: Map<String, String>, val endTime: String, val errorCode: Int, val minutesLeft: Int, val name: String, val progressPercentage: Int, val startTime: String, val status: String)

Server endpoint provisioning step status object.

Constructors

constructor(additionalInformation: Map<String, String>, endTime: String, errorCode: Int, minutesLeft: Int, name: String, progressPercentage: Int, startTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional information for the provisioning step

Link copied to clipboard

End time of the provisioning step

Link copied to clipboard

Error code (HResult) for the provisioning step

Link copied to clipboard

Estimated completion time of the provisioning step in minutes

Link copied to clipboard

Name of the provisioning step

Link copied to clipboard

Estimated progress percentage

Link copied to clipboard

Start time of the provisioning step

Link copied to clipboard

Status of the provisioning step