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 |
|
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 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 |
|
List of available Ssl cipher suites. |
| availableProtocols |
|
List of available Ssl protocols. |
| defaultPolicy |
|
Name of the Ssl predefined policy applied by default to application gateway |
| id |
|
Resource ID. |
| location |
|
Resource location. |
| name |
|
Resource name. |
| predefinedPolicies |
List of available Ssl predefined policy. |
|
| tags |
|
Resource tags. |
| type |
|
Resource type. |
Reference to another subresource.
| Name | Type | Description |
|---|---|---|
| id |
|
Resource ID. |