az sql db op

Manage operations on a database.

Commands

az sql db op cancel

Cancels the asynchronous operation on the database.

az sql db op list

Gets a list of operations performed on the database.

az sql db op cancel

Cancels the asynchronous operation on the database.

az sql db op cancel --name
                    [--database]
                    [--ids]
                    [--resource-group]
                    [--server]

Examples

Cancel an operation.

az sql db op cancel -g mygroup -s myserver -d mydb -n d2896mydb-2ba8-4c84-bac1-387c430cce40

Required Parameters

--name -n

The unique name of the operation to cancel.

Optional Parameters

--database -d

Name of the Azure SQL Database.

--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.

--resource-group -g

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

--server -s

Name of the Azure SQL server. You can configure the default using az configure --defaults sql-server=<name>.

az sql db op list

Gets a list of operations performed on the database.

az sql db op list [--database]
                  [--ids]
                  [--resource-group]
                  [--server]

Optional Parameters

--database -d

Name of the Azure SQL Database.

--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.

--resource-group -g

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

--server -s

Name of the Azure SQL server. You can configure the default using az configure --defaults sql-server=<name>.