Application Gateways - List Available Ssl Predefined Policies

Lists all SSL predefined policies for configuring Ssl policy.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True
  • string

Client API version.

Responses

Name Type Description
200 OK

Success. The operation returns a lists of all Ssl predefined policies for configuring Ssl policy.

Examples

ApplicationGatewayAvailableSslOptionsPredefinedPoliciesGet

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies?api-version=2017-09-01

Sample Response

Definitions

ApplicationGatewayAvailableSslPredefinedPolicies
ApplicationGatewaySslPredefinedPolicy

An Ssl predefined policy

Name Type Description
nextLink
  • string

URL to get the next set of results.

value

List of available Ssl predefined policy.

An Ssl predefined policy

Name Type Description
cipherSuites
  • string[]

Ssl cipher suites to be enabled in the specified order for application gateway.

id
  • string

Resource ID

minProtocolVersion
  • enum:
    • TLSv1_0
    • TLSv1_1
    • TLSv1_2

Minimum version of Ssl protocol to be supported on application gateway.

name
  • string

Name of Ssl predefined policy.