แชร์ผ่าน


az postgres flexible-server fabric-mirroring

Bring your PostgreSQL data into Microsoft Fabric. Mirroring allows you to create a replica of your data in OneLake which can be used for all your analytical needs.

Commands

Name Description Type Status
az postgres flexible-server fabric-mirroring start

Enable bringing your PostgreSQL data into Microsoft Fabric.

Core GA
az postgres flexible-server fabric-mirroring stop

Stop bringing your PostgreSQL data into Microsoft Fabric.

Core GA
az postgres flexible-server fabric-mirroring update-databases

Update allowed mirrored databases.

Core GA

az postgres flexible-server fabric-mirroring start

Enable bringing your PostgreSQL data into Microsoft Fabric.

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

Examples

Enable bringing your PostgreSQL data into Microsoft Fabric.

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

Required Parameters

--database-names -d

Space-separated list of the database names to be mirrored. Required if --mirroring is enabled.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--server-name -s

Name of the server.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az postgres flexible-server fabric-mirroring stop

Stop bringing your PostgreSQL data into Microsoft Fabric.

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

Examples

Stop bringing your PostgreSQL data into Microsoft Fabric.

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

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--server-name -s

Name of the server.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az postgres flexible-server fabric-mirroring update-databases

Update allowed mirrored databases.

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

Examples

Update allowed mirrored databases.

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

Required Parameters

--database-names -d

Space-separated list of the database names to be mirrored. Required if --mirroring is enabled.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--server-name -s

Name of the server.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False