ResourceMoveDetailsResponse

data class ResourceMoveDetailsResponse(val completionTimeUtc: String? = null, val operationId: String? = null, val sourceResourcePath: String? = null, val startTimeUtc: String? = null, val targetResourcePath: String? = null)

ResourceMoveDetails will be returned in response to GetResource call from ARM

Constructors

Link copied to clipboard
constructor(completionTimeUtc: String? = null, operationId: String? = null, sourceResourcePath: String? = null, startTimeUtc: String? = null, targetResourcePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.

Link copied to clipboard
val operationId: String? = null

CorrelationId of latest ResourceMove operation attempted

Link copied to clipboard

ARM resource path of source resource

Link copied to clipboard
val startTimeUtc: String? = null

Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.

Link copied to clipboard

ARM resource path of target resource used in latest ResourceMove operation