az cosmosdb sql trigger
Manage Azure Cosmos DB SQL triggers.
Commands
az cosmosdb sql trigger create |
Create an SQL trigger under an Azure Cosmos DB SQL container. |
az cosmosdb sql trigger delete |
Delete the SQL trigger under an Azure Cosmos DB SQL container. |
az cosmosdb sql trigger list |
List the SQL triggers under an Azure Cosmos DB SQL container. |
az cosmosdb sql trigger show |
Show the details of a SQL trigger under an Azure Cosmos DB SQL container. |
az cosmosdb sql trigger update |
Updates an Azure Cosmos DB SQL trigger. |
az cosmosdb sql trigger create
Create an SQL trigger under an Azure Cosmos DB SQL container.
az cosmosdb sql trigger create --account-name
--body
--container-name
--database-name
--name
--resource-group
[--operation {All, Create, Delete, Replace, Update}]
[--subscription]
[--type {Post, Pre}]
Examples
Create an Azure Cosmos DB SQL trigger.
az cosmosdb sql trigger create -g MyResourceGroup -a MyAccount -d MyDatabase -c MyContainer -n MyTrigger -b TriggerBody
Required Parameters
Cosmosdb account name.
Trigger body, you can enter it as a string or as a file, e.g., --body @triggerbody-file.json.
Container name.
Database name.
Trigger name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The operation of the trigger.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Trigger type.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb sql trigger delete
Delete the SQL trigger under an Azure Cosmos DB SQL container.
az cosmosdb sql trigger delete --account-name
--container-name
--database-name
--name
--resource-group
[--subscription]
[--yes]
Required Parameters
Cosmosdb account name.
Container name.
Database name.
Trigger name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb sql trigger list
List the SQL triggers under an Azure Cosmos DB SQL container.
az cosmosdb sql trigger list --account-name
--container-name
--database-name
--resource-group
[--query-examples]
[--subscription]
Required Parameters
Cosmosdb account name.
Container name.
Database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb sql trigger show
Show the details of a SQL trigger under an Azure Cosmos DB SQL container.
az cosmosdb sql trigger show --account-name
--container-name
--database-name
--name
--resource-group
[--query-examples]
[--subscription]
Required Parameters
Cosmosdb account name.
Container name.
Database name.
Trigger name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb sql trigger update
Updates an Azure Cosmos DB SQL trigger.
az cosmosdb sql trigger update --account-name
--container-name
--database-name
--name
--resource-group
[--body]
[--operation {All, Create, Delete, Replace, Update}]
[--subscription]
[--type {Post, Pre}]
Required Parameters
Cosmosdb account name.
Container name.
Database name.
Trigger name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Trigger body, you can enter it as a string or as a file, e.g., --body @triggerbody-file.json.
The operation of the trigger.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Trigger type.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.