az keyvault network-rule
Manage vault network ACLs.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault network-rule add |
Add a network rule to the network ACLs for a Key Vault. |
Core | GA |
az keyvault network-rule list |
List the network rules from the network ACLs for a Key Vault. |
Core | GA |
az keyvault network-rule remove |
Remove a network rule from the network ACLs for a Key Vault. |
Core | GA |
az keyvault network-rule wait |
Place the CLI in a waiting state until a condition of the vault is met. |
Core | GA |
az keyvault network-rule add
Add a network rule to the network ACLs for a Key Vault.
az keyvault network-rule add --name
[--ip-address]
[--no-wait]
[--resource-group]
[--subnet]
[--vnet-name]
Required Parameters
Name of the Vault.
Optional Parameters
IPv4 address or CIDR range. Can supply a list: --ip-address ip1 [ip2]...
Do not wait for the long-running operation to finish.
Proceed only if Key Vault belongs to the specified resource group.
Name or ID of subnet. If name is supplied, --vnet-name
must be supplied.
Name of a virtual network.
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 keyvault network-rule list
List the network rules from the network ACLs for a Key Vault.
az keyvault network-rule list --name
[--resource-group]
Required Parameters
Name of the Vault.
Optional Parameters
Proceed only if Key Vault belongs to the specified resource group.
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 keyvault network-rule remove
Remove a network rule from the network ACLs for a Key Vault.
az keyvault network-rule remove --name
[--ip-address]
[--no-wait]
[--resource-group]
[--subnet]
[--vnet-name]
Required Parameters
Name of the Vault.
Optional Parameters
IPv4 address or CIDR range. Can supply a list: --ip-address ip1 [ip2]...
Do not wait for the long-running operation to finish.
Proceed only if Key Vault belongs to the specified resource group.
Name or ID of subnet. If name is supplied, --vnet-name
must be supplied.
Name of a virtual network.
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 keyvault network-rule wait
Place the CLI in a waiting state until a condition of the vault is met.
az keyvault network-rule wait --name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--resource-group]
[--timeout]
[--updated]
Examples
Pause CLI until the network ACLs are updated.
az keyvault network-rule wait --name MyVault --updated
Required Parameters
Name of the Vault.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Proceed only if Key Vault belongs to the specified resource group.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.