Share via


az security adaptive-application-controls

Enable control which applications can run on your Azure and non-Azure machines (Windows and Linux).

Commands

Name Description Type Status
az security adaptive-application-controls list

Adaptive Application Controls - List.

Core GA
az security adaptive-application-controls show

Adaptive Application Controls - Get.

Core GA

az security adaptive-application-controls list

Adaptive Application Controls - List.

az security adaptive-application-controls list

Examples

list all application control VM/server groups.

az security adaptive-application-controls list
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 adaptive-application-controls show

Adaptive Application Controls - Get.

az security adaptive-application-controls show --group-name
                                               [--location]

Examples

Get a single application control VM/server group.

az security adaptive-application-controls show --group-name GROUP1 --location centralsus

Required Parameters

--group-name

Name of an application control VM/server group.

Optional Parameters

--location -l

Location of the resource. Possible values are "centralsus", "westeurope". Please use "list" operation to get all resources and locations.

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.