MoveResourcePropertiesResponseMoveStatus

data class MoveResourcePropertiesResponseMoveStatus(val errors: MoveResourceErrorResponse? = null, val jobStatus: JobStatusResponse? = null, val moveState: String)

Defines the move resource status.

Constructors

Link copied to clipboard
constructor(errors: MoveResourceErrorResponse? = null, jobStatus: JobStatusResponse? = null, moveState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An error response from the azure resource mover service.

Link copied to clipboard

Defines the job status.

Link copied to clipboard

Defines the MoveResource states.