DatabaseMigrationCosmosDbMongo interface

Mongo 到 CosmosDb 的資料庫遷移資源。

Extends

屬性

collectionList

要移轉的 Mongo 集合清單。

endedOn

資料庫移轉結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kind
migrationFailureError

移轉失敗時的錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

migrationOperationId

目前移轉作業的標識碼。

migrationService

移轉服務的資源標識碼。

migrationStatus

移轉狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningError

移轉布建失敗的錯誤訊息,如果有的話。

provisioningState

布建移轉狀態。 ProvisioningState 即 Succeeded 表示已執行驗證,並已開始移轉。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scope

目標資源的資源標識碼。

sourceMongoConnection

來源 Mongo 連線詳細數據。

startedOn

資料庫移轉開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

targetMongoConnection

目標 Cosmos DB Mongo 連線詳細數據。

繼承的屬性

id

資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

collectionList

要移轉的 Mongo 集合清單。

collectionList?: MongoMigrationCollection[]

屬性值

endedOn

資料庫移轉結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

endedOn?: Date

屬性值

Date

kind

kind?: string

屬性值

string

migrationFailureError

移轉失敗時的錯誤詳細數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

migrationFailureError?: ErrorInfo

屬性值

migrationOperationId

目前移轉作業的標識碼。

migrationOperationId?: string

屬性值

string

migrationService

移轉服務的資源標識碼。

migrationService?: string

屬性值

string

migrationStatus

移轉狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

migrationStatus?: string

屬性值

string

provisioningError

移轉布建失敗的錯誤訊息,如果有的話。

provisioningError?: string

屬性值

string

provisioningState

布建移轉狀態。 ProvisioningState 即 Succeeded 表示已執行驗證,並已開始移轉。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

scope

目標資源的資源標識碼。

scope?: string

屬性值

string

sourceMongoConnection

來源 Mongo 連線詳細數據。

sourceMongoConnection?: MongoConnectionInformation

屬性值

startedOn

資料庫移轉開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startedOn?: Date

屬性值

Date

targetMongoConnection

目標 Cosmos DB Mongo 連線詳細數據。

targetMongoConnection?: MongoConnectionInformation

屬性值

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承自ProxyResource.systemData

type

資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type