az sql midb move
啟動、完成、取消及列出受控資料庫移動作業。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az sql midb move cancel |
取消受控資料庫移動作業。 |
核心 | GA |
az sql midb move complete |
完成受控資料庫移動作業。 |
核心 | GA |
az sql midb move list |
列出受控資料庫移動作業。 |
核心 | GA |
az sql midb move start |
啟動受控資料庫移動作業。 |
核心 | GA |
az sql midb move cancel
取消受控資料庫移動作業。
az sql midb move cancel --dest-mi
[--dest-resource-group]
[--dest-sub-id]
[--ids]
[--managed-instance]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
範例
取消跨訂用帳戶移動作業。
az sql midb move cancel --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup --dest-sub-id DestinationSubscriptionId
取消跨資源群組移動作業。
az sql midb move cancel --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup
取消相同資源群組內的移動作業。
az sql midb move cancel --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance
必要參數
要移動受控資料庫之受控實例的名稱。
選擇性參數
要移動受控資料庫的資源群組名稱。 如果未指定,則預設為原始資源群組。
將受控資料庫移至的訂用帳戶標識碼。 如果未指定,則預設為來源訂用帳戶標識碼。
一或多個資源識別碼 (以空格分隔)。 它應該是完整資源識別碼,其中包含「資源標識碼」引數的所有資訊。 您應該提供 --ids 或其他「資源識別碼」引數。
Azure SQL 受控執行個體 的名稱。
Azure SQL 受控資料庫的名稱。
請勿等候長時間執行的作業完成。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az sql midb move complete
完成受控資料庫移動作業。
az sql midb move complete --dest-mi
[--dest-resource-group]
[--dest-sub-id]
[--ids]
[--managed-instance]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
範例
完成跨訂用帳戶移動作業。
az sql midb move complete --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup --dest-sub-id DestinationSubscriptionId
完成跨資源群組移動作業。
az sql midb move complete --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup
在相同的資源群組內完成移動作業。
az sql midb move complete --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance
必要參數
要移動受控資料庫之受控實例的名稱。
選擇性參數
要移動受控資料庫的資源群組名稱。 如果未指定,則預設為原始資源群組。
將受控資料庫移至的訂用帳戶標識碼。 如果未指定,則預設為來源訂用帳戶標識碼。
一或多個資源識別碼 (以空格分隔)。 它應該是完整資源識別碼,其中包含「資源標識碼」引數的所有資訊。 您應該提供 --ids 或其他「資源識別碼」引數。
Azure SQL 受控執行個體 的名稱。
Azure SQL 受控資料庫的名稱。
請勿等候長時間執行的作業完成。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az sql midb move list
列出受控資料庫移動作業。
az sql midb move list [--dest-mi]
[--dest-resource-group]
[--ids]
[--latest]
[--managed-instance]
[--name]
[--resource-group]
[--subscription]
範例
列出來自指定資源群組和受控實例的所有移動作業。
az sql midb move list --resource-group MyResourceGroup --managed-instance MyInstance
列出特定受控資料庫的所有移動作業,從指定的資源群組和受控實例。
az sql midb move list --name mydb --resource-group MyResourceGroup --managed-instance MyInstance
從指定的資源群組和受控實例列出特定受控資料庫的最新移動作業。
az sql midb move list --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --latest
列出從指定資源群組和受控實例移至特定目的地受控實例的所有移動作業。
az sql midb move list --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance
選擇性參數
要顯示移動作業的目標受控實例名稱。
要顯示移動作業的目標資源群組名稱。
一或多個資源識別碼 (以空格分隔)。 它應該是完整資源識別碼,其中包含「資源標識碼」引數的所有資訊。 您應該提供 --ids 或其他「資源識別碼」引數。
僅顯示每個受控資料庫最新移動作業的旗標。
來源受控實例的名稱。
Azure SQL 受控資料庫的名稱。
來源資源群組的名稱。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az sql midb move start
啟動受控資料庫移動作業。
az sql midb move start --dest-mi
[--dest-resource-group]
[--dest-sub-id]
[--ids]
[--managed-instance]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
範例
啟動跨訂用帳戶移動作業。
az sql midb move start --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup --dest-sub-id DestinationSubscriptionId
啟動跨資源群組移動作業。
az sql midb move start --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance --dest-rg DestinationResourceGroup
在相同的資源群組內開始移動作業。
az sql midb move start --name mydb --resource-group MyResourceGroup --managed-instance MyInstance --dest-mi DestinationInstance
必要參數
要移動受控資料庫之受控實例的名稱。
選擇性參數
要移動受控資料庫的資源群組名稱。 如果未指定,則預設為原始資源群組。
將受控資料庫移至的訂用帳戶標識碼。 如果未指定,則預設為來源訂用帳戶標識碼。
一或多個資源識別碼 (以空格分隔)。 它應該是完整資源識別碼,其中包含「資源標識碼」引數的所有資訊。 您應該提供 --ids 或其他「資源識別碼」引數。
Azure SQL 受控執行個體 的名稱。
Azure SQL 受控資料庫的名稱。
請勿等候長時間執行的作業完成。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。