az network application-gateway ssl-policy predefined

Get information on predefined SSL policies.

Commands

Name Description Type Status
az network application-gateway ssl-policy predefined list

List all SSL predefined policies for configuring SSL policy.

Core GA
az network application-gateway ssl-policy predefined show

Get SSL predefined policy with the specified policy name.

Core GA

az network application-gateway ssl-policy predefined list

List all SSL predefined policies for configuring SSL policy.

az network application-gateway ssl-policy predefined list

Examples

List all SSL predefined policies for configuring SSL policy.

az network application-gateway ssl-policy predefined list
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network application-gateway ssl-policy predefined show

Get SSL predefined policy with the specified policy name.

az network application-gateway ssl-policy predefined show --name

Examples

Get SSL predefined policy with the specified policy name.

az network application-gateway ssl-policy predefined show -n AppGwSslPolicy20170401

Required Parameters

--name -n

Name of SSL predefined policy.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.