共用方式為


az postgres flexible-server fabric-mirroring

將您的 PostgreSQL 數據帶入 Microsoft Fabric。 鏡像可讓您在 OneLake 中建立數據的複本,以用於所有分析需求。

命令

名稱 Description 類型 狀態
az postgres flexible-server fabric-mirroring start

啟用將 PostgreSQL 數據帶入 Microsoft Fabric。

核心 加語
az postgres flexible-server fabric-mirroring stop

停止將 PostgreSQL 數據帶入 Microsoft Fabric。

核心 加語
az postgres flexible-server fabric-mirroring update-databases

更新允許的鏡像資料庫。

核心 加語

az postgres flexible-server fabric-mirroring start

啟用將 PostgreSQL 數據帶入 Microsoft Fabric。

az postgres flexible-server fabric-mirroring start --database-names
                                                   --resource-group
                                                   --server-name
                                                   [--yes]

範例

啟用將 PostgreSQL 數據帶入 Microsoft Fabric。

az postgres flexible-server fabric-mirroring start -g testgroup -s testsvr --database-names testdb

必要參數

--database-names -d

要鏡像之資料庫名稱的空間分隔清單。 如果已啟用 --mirroring,則為必要專案。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--server-name -s

伺服器的名稱。 名稱只能包含小寫字母、數位和連字元 (-) 字元。 最少 3 個字元,最多 63 個字元。

選擇性參數

--yes -y

請勿提示確認。

預設值: False
全域參數
--debug

增加記錄詳細信息以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

--verbose

增加記錄詳細資訊。 針對完整偵錯記錄使用 --debug。

az postgres flexible-server fabric-mirroring stop

停止將 PostgreSQL 數據帶入 Microsoft Fabric。

az postgres flexible-server fabric-mirroring stop --resource-group
                                                  --server-name
                                                  [--yes]

範例

停止將 PostgreSQL 數據帶入 Microsoft Fabric。

az postgres flexible-server fabric-mirroring stop -g testgroup -s testsvr

必要參數

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--server-name -s

伺服器的名稱。 名稱只能包含小寫字母、數位和連字元 (-) 字元。 最少 3 個字元,最多 63 個字元。

選擇性參數

--yes -y

請勿提示確認。

預設值: False
全域參數
--debug

增加記錄詳細信息以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

--verbose

增加記錄詳細資訊。 針對完整偵錯記錄使用 --debug。

az postgres flexible-server fabric-mirroring update-databases

更新允許的鏡像資料庫。

az postgres flexible-server fabric-mirroring update-databases --database-names
                                                              --resource-group
                                                              --server-name
                                                              [--yes]

範例

更新允許的鏡像資料庫。

az postgres flexible-server fabric-mirroring update-databases -g testgroup -s testsvr --database-names testdb2 testdb3

必要參數

--database-names -d

要鏡像之資料庫名稱的空間分隔清單。 如果已啟用 --mirroring,則為必要專案。

--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

--server-name -s

伺服器的名稱。 名稱只能包含小寫字母、數位和連字元 (-) 字元。 最少 3 個字元,最多 63 個字元。

選擇性參數

--yes -y

請勿提示確認。

預設值: False
全域參數
--debug

增加記錄詳細信息以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

--verbose

增加記錄詳細資訊。 針對完整偵錯記錄使用 --debug。