LatestOperationResultResponse

data class LatestOperationResultResponse(val errorCode: String, val errorMessage: String, val httpMethod: String, val operationUrl: String, val requestUri: String, val status: String)

Details of the status of an operation.

Constructors

Link copied to clipboard
constructor(errorCode: String, errorMessage: String, httpMethod: String, operationUrl: String, requestUri: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code on failure.

Link copied to clipboard

The error message.

Link copied to clipboard

The HttpMethod - PUT/POST/DELETE for the operation.

Link copied to clipboard

The URL to use to check long-running operation status

Link copied to clipboard

Request URI of the operation.

Link copied to clipboard

The current status of the operation.