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 |
|
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 |
|
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 |
|
URL to get the next set of results. |
| value |
List of available Ssl predefined policy. |
An Ssl predefined policy
| Name | Type | Description |
|---|---|---|
| cipherSuites |
|
Ssl cipher suites to be enabled in the specified order for application gateway. |
| id |
|
Resource ID |
| minProtocolVersion |
|
Minimum version of Ssl protocol to be supported on application gateway. |
| name |
|
Name of Ssl predefined policy. |