Resource Move Details Response
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
Properties
Link copied to clipboard
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
Link copied to clipboard
CorrelationId of latest ResourceMove operation attempted
Link copied to clipboard
ARM resource path of source resource
Link copied to clipboard
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