application_gateways_available_ssl_options
Creates, updates, deletes, gets or lists a application_gateways_available_ssl_options
resource.
Overview
Name | application_gateways_available_ssl_options |
Type | Resource |
Id | azure.network.application_gateways_available_ssl_options |
Fields
- vw_application_gateways_available_ssl_options
- application_gateways_available_ssl_options
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
available_cipher_suites | text | field from the properties object |
available_protocols | text | field from the properties object |
default_policy | text | field from the properties object |
location | text | Resource location. |
predefined_policies | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
type | text | Resource type. |
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
location | string | Resource location. |
properties | object | Properties of ApplicationGatewayAvailableSslOptions. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists available Ssl options for configuring Ssl policy. |
SELECT
examples
Lists available Ssl options for configuring Ssl policy.
- vw_application_gateways_available_ssl_options
- application_gateways_available_ssl_options
SELECT
id,
name,
available_cipher_suites,
available_protocols,
default_policy,
location,
predefined_policies,
subscriptionId,
tags,
type
FROM azure.network.vw_application_gateways_available_ssl_options
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.network.application_gateways_available_ssl_options
WHERE subscriptionId = '{{ subscriptionId }}';