application_gateways_available_ssl_predefined_policies
Creates, updates, deletes, gets or lists a application_gateways_available_ssl_predefined_policies
resource.
Overview
Name | application_gateways_available_ssl_predefined_policies |
Type | Resource |
Id | azure.network.application_gateways_available_ssl_predefined_policies |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Name of the Ssl predefined policy. |
properties | object | Properties of ApplicationGatewaySslPredefinedPolicy. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists all SSL predefined policies for configuring Ssl policy. |
SELECT
examples
Lists all SSL predefined policies for configuring Ssl policy.
SELECT
id,
name,
properties
FROM azure.network.application_gateways_available_ssl_predefined_policies
WHERE subscriptionId = '{{ subscriptionId }}';