az network application-gateway ssl-profile
Manage ssl profiles of application gateway.
Commands
| az network application-gateway ssl-profile add |
Add ssl profiles of the application gateway. |
| az network application-gateway ssl-profile list |
List the existing ssl profiles of the application gateway. |
| az network application-gateway ssl-profile remove |
Remove an existing ssl profiles of the application gateway. |
| az network application-gateway ssl-profile show |
Show an existing ssl profiles of the application gateway. |
| az network application-gateway ssl-profile update |
Update ssl profiles of the application gateway. |
az network application-gateway ssl-profile add
Add ssl profiles of the application gateway.
az network application-gateway ssl-profile add --gateway-name
--name
--resource-group
[--cipher-suites]
[--client-auth-config {False, True}]
[--disabled-protocols]
[--min-protocol-version]
[--policy-name]
[--policy-type {Custom, Predefined}]
[--trusted-client-cert]
Examples
Add ssl profile for an existing application gateway.
az network application-gateway ssl-profile add --gateway-name MyAppGateway -g MyResourceGroup --name MySslProfile
Required Parameters
Name of the application gateway.
Name of the SSL profile that is unique within an Application Gateway.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Ssl cipher suites to be enabled in the specified order to application gateway.
Client authentication configuration of the application gateway resource.
Space-separated list of protocols to disable.
Minimum version of Ssl protocol to be supported on application gateway.
Name of Ssl Policy.
Type of Ssl Policy.
Array of references to application gateway trusted client certificates.
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-profile list
List the existing ssl profiles of the application gateway.
az network application-gateway ssl-profile list --gateway-name
--resource-group
Examples
List all the ssl profile for an existing application gateway.
az network application-gateway ssl-profile 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 ssl-profile remove
Remove an existing ssl profiles of the application gateway.
az network application-gateway ssl-profile remove --gateway-name
--name
--resource-group
Examples
Remove ssl profile for an existing application gateway.
az network application-gateway ssl-profile remove --gateway-name MyAppGateway -g MyResourceGroup --name MySslProfile
Required Parameters
Name of the application gateway.
Name of the SSL profile 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 ssl-profile show
Show an existing ssl profiles of the application gateway.
az network application-gateway ssl-profile show --gateway-name
--name
--resource-group
Examples
Show ssl profile for an existing application gateway.
az network application-gateway ssl-profile show --gateway-name MyAppGateway -g MyResourceGroup --name MySslProfile
Required Parameters
Name of the application gateway.
Name of the SSL profile 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 ssl-profile update
Update ssl profiles of the application gateway.
az network application-gateway ssl-profile update --gateway-name
--name
--resource-group
[--cipher-suites]
[--client-auth-config {False, True}]
[--disabled-protocols]
[--min-protocol-version]
[--policy-name]
[--policy-type {Custom, Predefined}]
[--trusted-client-cert]
Examples
Update ssl profile for an existing application gateway.
az network application-gateway ssl-profile update --gateway-name MyAppGateway -g MyResourceGroup --name MySslProfile --client-auth-configuration False
Required Parameters
Name of the application gateway.
Name of the SSL profile that is unique within an Application Gateway.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Ssl cipher suites to be enabled in the specified order to application gateway.
Client authentication configuration of the application gateway resource.
Space-separated list of protocols to disable.
Minimum version of Ssl protocol to be supported on application gateway.
Name of Ssl Policy.
Type of Ssl Policy.
Array of references to application gateway trusted client certificates.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ