az security adaptive_network_hardenings
View all Adaptive Network Hardening resources.
Commands
az security adaptive_network_hardenings list |
Gets a list of Adaptive Network Hardenings resources in scope of an extended resource. |
az security adaptive_network_hardenings show |
Gets a single Adaptive Network Hardening resource. |
az security adaptive_network_hardenings list
Gets a list of Adaptive Network Hardenings resources in scope of an extended resource.
az security adaptive_network_hardenings list --resource-group
--resource-name
--resource-namespace
--resource-type
[--query-examples]
[--subscription]
Examples
Adaptive Network Hardenings - List By Extended Resource
az security adaptive_network_hardenings list --resource-group 'RG1' --resource-type 'virtualMachines' --resource-namespace 'Microsoft.Compute' --resource-name 'VM1'
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the resource.
The Namespace of the resource.
The type of the resource.
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 adaptive_network_hardenings show
Gets a single Adaptive Network Hardening resource.
az security adaptive_network_hardenings show --adaptive-network-hardenings-resource-name
--resource-group
--resource-name
--resource-namespace
--resource-type
[--query-examples]
[--subscription]
Examples
Adaptive Network Hardenings - Get.
az security adaptive_network_hardenings show --resource-group 'RG1' --resource-type 'virtualMachines' --resource-namespace 'Microsoft.Compute' --resource-name 'VM1' --adaptive-network-hardenings-resource-name 'default'
Required Parameters
Adaptive Network Hardening resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the resource.
The Namespace of the resource.
The type of the resource.
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.