az network application-gateway ssl-policy
Manage the SSL policy of an application gateway.
Commands
| az network application-gateway ssl-policy list-options |
Lists available SSL options for configuring SSL policy. |
| az network application-gateway ssl-policy predefined |
Get information on predefined SSL policies. |
| az network application-gateway ssl-policy predefined list |
Lists all SSL predefined policies for configuring SSL policy. |
| az network application-gateway ssl-policy predefined show |
Gets SSL predefined policy with the specified policy name. |
| az network application-gateway ssl-policy set |
Update or clear SSL policy settings. |
| az network application-gateway ssl-policy show |
Get the details of gateway's SSL policy settings. |
az network application-gateway ssl-policy list-options
Lists available SSL options for configuring SSL policy.
az network application-gateway ssl-policy list-options
Examples
List available SSL options for configuring SSL policy.
az network application-gateway ssl-policy list-options
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 ssl-policy set
Update or clear SSL policy settings.
To view the predefined policies, use az network application-gateway ssl-policy predefined list.
az network application-gateway ssl-policy set [--cipher-suites]
[--disabled-ssl-protocols]
[--gateway-name]
[--ids]
[--min-protocol-version]
[--name]
[--no-wait]
[--policy-type]
[--resource-group]
Examples
Set a predefined SSL policy.
az network application-gateway ssl-policy set -g MyResourceGroup --gateway-name MyAppGateway \
-n AppGwSslPolicy20170401S --policy-type Predefined
Set a custom SSL policy with TLSv1_2 and the cipher suites below.
az network application-gateway ssl-policy set -g MyResourceGroup --gateway-name MyAppGateway \
--policy-type Custom --min-protocol-version TLSv1_2 \
--cipher-suites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_GCM_SHA256
Optional Parameters
Ssl cipher suites to be enabled in the specified order to application gateway.
Space-separated list of protocols to disable.
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.
Minimum version of Ssl protocol to be supported on application gateway.
Name of Ssl predefined policy.
Do not wait for the long-running operation to finish.
Type of Ssl Policy.
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 ssl-policy show
Get the details of gateway's SSL policy settings.
az network application-gateway ssl-policy show [--gateway-name]
[--ids]
[--resource-group]
Examples
Get the details of a gateway's SSL policy settings.
az network application-gateway ssl-policy show -g MyResourceGroup --gateway-name MyAppGateway
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ