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
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 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
Name of an application control VM/server group.
Optional Parameters
Location of the resource. Possible values are "centralsus", "westeurope". Please use "list" operation to get all resources and locations.
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.