az network application-gateway private-link
Manage Private Link of an Application Gateway.
Commands
| az network application-gateway private-link add |
Add a new Private Link with a default IP Configuration and associate it with an existing Frontend IP. |
| az network application-gateway private-link ip-config |
Manage IP configuration of a Private Link to configure its capability. |
| az network application-gateway private-link ip-config add |
Add an IP configuration to a Private Link to scale up its capability. |
| az network application-gateway private-link ip-config list |
List all the IP configuration of a Private Link. |
| az network application-gateway private-link ip-config remove |
Remove an IP configuration from a Private Link to scale down its capability. |
| az network application-gateway private-link ip-config show |
Show an IP configuration of a Private Link. |
| az network application-gateway private-link ip-config wait |
Place the CLI in a waiting state until the condition of corresponding application gateway is met. |
| az network application-gateway private-link list |
List all the Private Link. |
| az network application-gateway private-link remove |
Remove a Private Link and clear association with Frontend IP. The subnet associate with a Private Link might need to clear manually. |
| az network application-gateway private-link show |
Show a Private Link. |
| az network application-gateway private-link wait |
Place the CLI in a waiting state until the condition of corresponding application gateway is met. |
az network application-gateway private-link add
Add a new Private Link with a default IP Configuration and associate it with an existing Frontend IP.
az network application-gateway private-link add --frontend-ip
--name
--subnet
[--gateway-name]
[--ids]
[--ip-address]
[--no-wait]
[--primary {false, true}]
[--resource-group]
[--subnet-prefix]
Required Parameters
The frontend IP which the Private Link will associate to.
The name of Private Link.
The name or an existing ID of a subnet within the same vnet of an application gateway.
Optional Parameters
Name of the application gateway.
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 static private IP address of a subnet for Private Link. If omitting, a dynamic one will be created.
Do not wait for the long-running operation to finish.
Whether the IP configuration is primary or not.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
The CIDR prefix to use when creating a new subnet.
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 network application-gateway private-link list
List all the Private Link.
az network application-gateway private-link list --gateway-name
--resource-group
Required Parameters
Name of the application gateway.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
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 network application-gateway private-link remove
Remove a Private Link and clear association with Frontend IP. The subnet associate with a Private Link might need to clear manually.
az network application-gateway private-link remove --name
[--gateway-name]
[--ids]
[--no-wait]
[--resource-group]
[--yes]
Required Parameters
The name of Private Link.
Optional Parameters
Name of the application gateway.
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.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Do not prompt for confirmation.
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 network application-gateway private-link show
Show a Private Link.
az network application-gateway private-link show --name
[--gateway-name]
[--ids]
[--resource-group]
Required Parameters
The name of Private Link.
Optional Parameters
Name of the application gateway.
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>.
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 network application-gateway private-link wait
Place the CLI in a waiting state until the condition of corresponding application gateway is met.
az network application-gateway private-link wait [--created]
[--custom]
[--deleted]
[--exists]
[--gateway-name]
[--ids]
[--interval]
[--resource-group]
[--timeout]
[--updated]
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.
Name of the application gateway.
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.
Polling interval in seconds.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ