Skip to main content

private_endpoint_connections_private_link_hubs

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

Overview

Nameprivate_endpoint_connections_private_link_hubs
TypeResource
Idazure.synapse.private_endpoint_connections_private_link_hubs

Fields

The following fields are returned by SELECT queries:

PrivateEndpointConnection in PrivateLinkHub

NameDatatypeDescription
idstring
propertiesobjectProperties of a private endpoint connection.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet all PrivateEndpointConnection in the PrivateLinkHub by name
listselectGet all PrivateEndpointConnections in the PrivateLinkHub

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get all PrivateEndpointConnection in the PrivateLinkHub by name

SELECT
id,
properties
FROM azure.synapse.private_endpoint_connections_private_link_hubs
;