Skip to main content

vw_server_connection_policies

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

Overview

Namevw_server_connection_policies
TypeView
Idazure.sql.vw_server_connection_policies

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
kind as kind,
JSON_EXTRACT(properties, '$.connectionType') as "connection_type",
subscriptionId,
resourceGroupName,
serverName,
connectionPolicyName
FROM azure.sql.server_connection_policies
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serverName = 'replace-me';