Skip to main content

application_gateways_ssl_predefined_policies

Creates, updates, deletes, gets or lists a application_gateways_ssl_predefined_policies resource.

Overview

Nameapplication_gateways_ssl_predefined_policies
TypeResource
Idazure.network.application_gateways_ssl_predefined_policies

Fields

NameDatatypeDescription
idtextResource ID.
nametextName of the Ssl predefined policy.
cipher_suitestextfield from the properties object
min_protocol_versiontextfield from the properties object
predefinedPolicyNametextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTpredefinedPolicyName, subscriptionIdGets Ssl predefined policy with the specified policy name.

SELECT examples

Gets Ssl predefined policy with the specified policy name.

SELECT
id,
name,
cipher_suites,
min_protocol_version,
predefinedPolicyName,
subscriptionId
FROM azure.network.vw_application_gateways_ssl_predefined_policies
WHERE predefinedPolicyName = '{{ predefinedPolicyName }}'
AND subscriptionId = '{{ subscriptionId }}';