ResourceMoveDetails interface
ARM의 GetResource 호출에 대한 응답으로 ResourceMoveDetails가 반환됩니다.
속성
completion |
최신 ResourceMove 작업의 완료 시간(UTC)이 시도되었습니다. ISO 8601 형식. |
operation |
시도된 최신 ResourceMove 작업의 CorrelationId |
source |
원본 리소스의 ARM 리소스 경로 |
start |
시도된 최신 ResourceMove 작업의 UTC 시작 시간입니다. ISO 8601 형식. |
target |
최신 ResourceMove 작업에 사용되는 대상 리소스의 ARM 리소스 경로 |
속성 세부 정보
completionTimeUtc
최신 ResourceMove 작업의 완료 시간(UTC)이 시도되었습니다. ISO 8601 형식.
completionTimeUtc?: string
속성 값
string
operationId
시도된 최신 ResourceMove 작업의 CorrelationId
operationId?: string
속성 값
string
sourceResourcePath
원본 리소스의 ARM 리소스 경로
sourceResourcePath?: string
속성 값
string
startTimeUtc
시도된 최신 ResourceMove 작업의 UTC 시작 시간입니다. ISO 8601 형식.
startTimeUtc?: string
속성 값
string
targetResourcePath
최신 ResourceMove 작업에 사용되는 대상 리소스의 ARM 리소스 경로
targetResourcePath?: string
속성 값
string