इसके माध्यम से साझा किया गया


az security task

View security tasks (recommendations).

Commands

Name Description Type Status
az security task list

List security tasks (recommendations).

Core GA
az security task show

Shows a security task (recommendation).

Core GA

az security task list

List security tasks (recommendations).

az security task list [--resource-group]

Examples

Get security tasks (recommendations) on a subscription scope.

az security task list

Get security tasks (recommendations) on a resource group scope.

az security task list -g "myRg"

Optional Parameters

--resource-group -g

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

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

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

--subscription

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

--verbose

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

az security task show

Shows a security task (recommendation).

az security task show --name
                      [--resource-group]

Examples

Get a security task (recommendation) on a subscription scope.

az security task show -n "taskName"

Get a security task (recommendation) on a resource group scope.

az security task show -g "myRg" -n "taskName"

Required Parameters

--name -n

Name of the resource to be fetched.

Optional Parameters

--resource-group -g

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

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

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

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

--subscription

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

--verbose

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