az sql midb advanced-threat-protection-setting
Manage a SQL Managed Instance database's advanced threat protection setting.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql midb advanced-threat-protection-setting show |
Gets an advanced threat protection setting. |
Core | GA |
az sql midb advanced-threat-protection-setting update |
Update a SQL Managed Instance database's advanced threat protection setting. |
Core | GA |
az sql midb advanced-threat-protection-setting show
Gets an advanced threat protection setting.
az sql midb advanced-threat-protection-setting show [--ids]
[--managed-instance]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
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.
Name of the Azure SQL Managed Instance.
The name of the Azure SQL Managed Database.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sql midb advanced-threat-protection-setting update
Update a SQL Managed Instance database's advanced threat protection setting.
az sql midb advanced-threat-protection-setting update [--add]
[--force-string]
[--ids]
[--managed-instance]
[--name]
[--remove]
[--resource-group]
[--set]
[--state]
[--subscription]
Examples
Disable an advanced threat protection setting.
az sql midb advanced-threat-protection-setting update -g mygroup --mi myinstance -n mydb --state Disabled
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
Name of the Azure SQL Managed Instance.
The name of the Azure SQL Managed Database.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
State of the advanced threat protection setting.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.