Skip to main content

managed_instance_private_endpoint_connections_by_managed_instances

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

Overview

Namemanaged_instance_private_endpoint_connections_by_managed_instances
TypeResource
Idazure.sql.managed_instance_private_endpoint_connections_by_managed_instances

Fields

NameDatatypeDescription
propertiesobjectProperties of a private endpoint connection.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagedInstanceName, resourceGroupName, subscriptionIdGets all private endpoint connections on a server.

SELECT examples

Gets all private endpoint connections on a server.

SELECT
properties
FROM azure.sql.managed_instance_private_endpoint_connections_by_managed_instances
WHERE managedInstanceName = '{{ managedInstanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';