az security adaptive_network_hardenings
View all Adaptive Network Hardening resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security adaptive_network_hardenings list |
Gets a list of Adaptive Network Hardenings resources in scope of an extended resource. |
Core | GA |
az security adaptive_network_hardenings show |
Gets a single Adaptive Network Hardening resource. |
Core | GA |
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
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.
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_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
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.
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.