ResourceMoveDetails interface
ResourceMoveDetails will be returned in response to GetResource call from ARM
Properties
| completion |
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format. |
| operation |
CorrelationId of latest ResourceMove operation attempted |
| source |
ARM resource path of source resource |
| start |
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format. |
| target |
ARM resource path of target resource used in latest ResourceMove operation |
Property Details
completionTimeUtc
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
completionTimeUtc?: string
Property Value
string
operationId
CorrelationId of latest ResourceMove operation attempted
operationId?: string
Property Value
string
sourceResourcePath
ARM resource path of source resource
sourceResourcePath?: string
Property Value
string
startTimeUtc
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
startTimeUtc?: string
Property Value
string
targetResourcePath
ARM resource path of target resource used in latest ResourceMove operation
targetResourcePath?: string
Property Value
string