Application Gateways - Get Ssl Predefined Policy
Gets Ssl predefined policy with the specified policy name.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}?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. |
|
predefinedPolicyName
|
path | True |
|
Name of Ssl predefined policy. |
|
api-version
|
query | True |
|
Client API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. The operation returns a Ssl predefined policy with the specified policy name. |
Examples
ApplicationGatewayAvailableSslOptionsPredefinedPolicyGet
Sample Request
GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/AppGwSslPolicy20150501?api-version=2017-09-01
Sample Response
Definitions
| 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. |