az network application-gateway client-cert
Manage trusted client certificate of application gateway.
Commands
| az network application-gateway client-cert add |
Add trusted client certificate of the application gateway. |
| az network application-gateway client-cert list |
List the existing trusted client certificate of the application gateway. |
| az network application-gateway client-cert remove |
Remove an existing trusted client certificate of the application gateway. |
| az network application-gateway client-cert show |
Show an existing trusted client certificate of the application gateway. |
| az network application-gateway client-cert update |
Update trusted client certificate of the application gateway. |
az network application-gateway client-cert add
Add trusted client certificate of the application gateway.
az network application-gateway client-cert add --data
--gateway-name
--name
--resource-group
Examples
Add trusted client certificate for an existing application gateway.
az network application-gateway client-cert add --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data Cert.cer
Required Parameters
Certificate public data.
Name of the application gateway.
Name of the trusted client certificate that is unique within an 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 client-cert list
List the existing trusted client certificate of the application gateway.
az network application-gateway client-cert list --gateway-name
--resource-group
Examples
list all the trusted client certificate for an existing application gateway.
az network application-gateway client-cert list --gateway-name MyAppGateway -g MyResourceGroup
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 client-cert remove
Remove an existing trusted client certificate of the application gateway.
az network application-gateway client-cert remove --gateway-name
--name
--resource-group
Examples
Remove a trusted client certificate for an existing application gateway.
az network application-gateway client-cert remove --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
Required Parameters
Name of the application gateway.
Name of the trusted client certificate that is unique within an 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 client-cert show
Show an existing trusted client certificate of the application gateway.
az network application-gateway client-cert show --gateway-name
--name
--resource-group
Examples
Show a trusted client certificate for an existing application gateway.
az network application-gateway client-cert show --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
Required Parameters
Name of the application gateway.
Name of the trusted client certificate that is unique within an 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 client-cert update
Update trusted client certificate of the application gateway.
az network application-gateway client-cert update --data
--gateway-name
--name
--resource-group
Examples
Update trusted client certificate for an existing application gateway.
az network application-gateway client-cert update --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data Cert.cer
Required Parameters
Certificate public data.
Name of the application gateway.
Name of the trusted client certificate that is unique within an 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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ