az sql server ipv6-firewall-rule
Manage a server's ipv6 firewall rules.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql server ipv6-firewall-rule create |
Create an ipv6 firewall rule. |
Core | GA |
az sql server ipv6-firewall-rule delete |
Deletes an IPv6 firewall rule. |
Core | GA |
az sql server ipv6-firewall-rule list |
List a server's ipv6 firewall rules. |
Core | GA |
az sql server ipv6-firewall-rule show |
Shows the details for an ipv6 firewall rule. |
Core | GA |
az sql server ipv6-firewall-rule update |
Update an ipv6 firewall rule. |
Core | GA |
az sql server ipv6-firewall-rule create
Create an ipv6 firewall rule.
az sql server ipv6-firewall-rule create --name
--resource-group
--server
[--end-ipv6-address]
[--start-ipv6-address]
Examples
Create an ipv6 firewall rule
az sql server ipv6-firewall-rule create -g mygroup -s myserver -n myrule --start-ipv6-address 9a41:a145:2a80:6c8d:4628:a1b3:5812:3283 --end-ipv6-address 9a41:a145:2a80:6c8d:4628:a1b3:5812:3283
Required Parameters
The name of the IPv6 firewall rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Optional Parameters
The end IPv6 address of the firewall rule. Must be IPv6 format.
The start IPv6 address of the firewall rule. Must be IPv6 format.
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 sql server ipv6-firewall-rule delete
Deletes an IPv6 firewall rule.
az sql server ipv6-firewall-rule delete [--ids]
[--name]
[--resource-group]
[--server]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the IPv6 firewall rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql server ipv6-firewall-rule list
List a server's ipv6 firewall rules.
az sql server ipv6-firewall-rule list [--ids]
[--resource-group]
[--server]
[--subscription]
Examples
List a server's ipv6 firewall rules
az sql server ipv6-firewall-rule list -g mygroup -s myserver
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql server ipv6-firewall-rule show
Shows the details for an ipv6 firewall rule.
az sql server ipv6-firewall-rule show [--ids]
[--name]
[--resource-group]
[--server]
[--subscription]
Examples
Show an ipv6 firewall rule
az sql server ipv6-firewall-rule show -g mygroup -s myserver -n myrule
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the IPv6 firewall rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql server ipv6-firewall-rule update
Update an ipv6 firewall rule.
az sql server ipv6-firewall-rule update [--end-ipv6-address]
[--ids]
[--name]
[--resource-group]
[--server]
[--start-ipv6-address]
[--subscription]
Examples
Update an ipv6 firewall rule
az sql server ipv6-firewall-rule update -g mygroup -s myserver -n myrule --start-ipv6-address 0229:e3a4:e0d7:36d3:d228:73fa:12fc:ae30 --end-ipv6-address 0229:e3a4:e0d7:36d3:d228:73fa:12fc:ae30
Optional Parameters
The end IPv6 address of the firewall rule. Must be IPv6 format.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the IPv6 firewall rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
The start IPv6 address of the firewall rule. Must be IPv6 format.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Azure CLI