ResourceMoveDetails interface

ResourceMoveDetails will be returned in response to GetResource call from ARM

Properties

completionTimeUtc

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

operationId

CorrelationId of latest ResourceMove operation attempted

sourceResourcePath

ARM resource path of source resource

startTimeUtc

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

targetResourcePath

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