ManagedDatabaseMoveOperationResultProperties interface
包含管理資料庫移動操作的操作結果屬性。
屬性
| error |
操作錯誤代碼。 |
| error |
操作錯誤描述。 |
| error |
操作錯誤的嚴重程度。 |
| is |
移動操作是可取消的嗎? |
| is |
不管這個錯誤是不是使用者錯誤。 |
| operation | 作業的名稱。 |
| operation |
這個行動的友善名稱。 |
| operation |
操作模式。 |
| source |
源資料庫名稱。 |
| source |
來源 受控執行個體 資源 ID。 |
| source |
來源 受控執行個體 名稱。 |
| start |
作業開始時間。 |
| state | 作業狀態。 |
| target |
目標資料庫名稱。 |
| target |
目標管理實例資源 ID。 |
| target |
目標 受控執行個體 名稱。 |
屬性詳細資料
errorCode
操作錯誤代碼。
errorCode?: number
屬性值
number
errorDescription
操作錯誤描述。
errorDescription?: string
屬性值
string
errorSeverity
操作錯誤的嚴重程度。
errorSeverity?: number
屬性值
number
isCancellable
移動操作是可取消的嗎?
isCancellable?: boolean
屬性值
boolean
isUserError
不管這個錯誤是不是使用者錯誤。
isUserError?: boolean
屬性值
boolean
operation
作業的名稱。
operation?: string
屬性值
string
operationFriendlyName
這個行動的友善名稱。
operationFriendlyName?: string
屬性值
string
operationMode
操作模式。
operationMode?: string
屬性值
string
sourceDatabaseName
源資料庫名稱。
sourceDatabaseName?: string
屬性值
string
sourceManagedInstanceId
來源 受控執行個體 資源 ID。
sourceManagedInstanceId?: string
屬性值
string
sourceManagedInstanceName
來源 受控執行個體 名稱。
sourceManagedInstanceName?: string
屬性值
string
startTime
作業開始時間。
startTime?: Date
屬性值
Date
state
作業狀態。
state?: string
屬性值
string
targetDatabaseName
目標資料庫名稱。
targetDatabaseName?: string
屬性值
string
targetManagedInstanceId
目標管理實例資源 ID。
targetManagedInstanceId?: string
屬性值
string
targetManagedInstanceName
目標 受控執行個體 名稱。
targetManagedInstanceName?: string
屬性值
string