az security pricing
Shows the Azure Security Center Pricing tier for the subscription.
Commands
az security pricing create |
Updates the Azure Security Center Pricing tier for the subscription. |
az security pricing list |
Shows the Azure Security Center Pricing tier for the subscription. |
az security pricing show |
Shows the Azure Security Center Pricing tier for the subscription. |
az security pricing create
Updates the Azure Security Center Pricing tier for the subscription.
az security pricing create --name
--tier
[--resource-group]
[--subscription]
Examples
Updates the Azure Security Center Pricing tier for the subscription.
az security pricing create -n default --tier 'standard'
Updates the Azure Security Center Pricing tier for the subscription. (autogenerated)
az security pricing create --name default --subscription MySubscription --tier 'standard'
Required Parameters
Name of the resource to be fetched.
Pricing tier type.
Optional Parameters
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
.
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 security pricing list
Shows the Azure Security Center Pricing tier for the subscription.
az security pricing list [--query-examples]
[--subscription]
Examples
Shows the Azure Security Center Pricing tier for the subscription.
az security pricing list
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 security pricing show
Shows the Azure Security Center Pricing tier for the subscription.
az security pricing show --name
[--query-examples]
[--resource-group]
[--subscription]
Examples
Shows the Azure Security Center Pricing tier for the subscription.
az security pricing show -n default
Required Parameters
Name of the resource to be fetched.
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 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
.
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.