private_endpoint_connections_private_link_hubs
Creates, updates, deletes, gets or lists a private_endpoint_connections_private_link_hubs resource.
Overview
| Name | private_endpoint_connections_private_link_hubs |
| Type | Resource |
| Id | azure.synapse.private_endpoint_connections_private_link_hubs |
Fields
The following fields are returned by SELECT queries:
- get
- list
PrivateEndpointConnection in PrivateLinkHub
| Name | Datatype | Description |
|---|---|---|
id | string | |
properties | object | Properties of a private endpoint connection. |
List of PrivateEndpointConnections in PrivateLinkHub
| Name | Datatype | Description |
|---|---|---|
id | string | |
properties | object | Properties of a private endpoint connection. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Get all PrivateEndpointConnection in the PrivateLinkHub by name | ||
list | select | Get 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get
- list
Get all PrivateEndpointConnection in the PrivateLinkHub by name
SELECT
id,
properties
FROM azure.synapse.private_endpoint_connections_private_link_hubs
;
Get all PrivateEndpointConnections in the PrivateLinkHub
SELECT
id,
properties
FROM azure.synapse.private_endpoint_connections_private_link_hubs
;