Application Gateways - List Available Ssl Options

Lists available Ssl options for configuring Ssl policy.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default?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 all available Ssl options for configuring Ssl policy.

Examples

ApplicationGatewayAvailableSslOptionsGet

Sample Request

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

Sample Response

Definitions

ApplicationGatewayAvailableSslOptions
SubResource

Reference to another subresource.

Name Type Description
availableCipherSuites
  • string[]

List of available Ssl cipher suites.

availableProtocols
  • string[]

List of available Ssl protocols.

defaultPolicy
  • enum:
    • AppGwSslPolicy20150501
    • AppGwSslPolicy20170401
    • AppGwSslPolicy20170401S

Name of the Ssl predefined policy applied by default to application gateway

id
  • string

Resource ID.

location
  • string

Resource location.

name
  • string

Resource name.

predefinedPolicies

List of available Ssl predefined policy.

tags
  • <string, string>

Resource tags.

type
  • string

Resource type.

Reference to another subresource.

Name Type Description
id
  • string

Resource ID.