ingestion_private_endpoint_connections
Creates, updates, deletes, gets or lists a ingestion_private_endpoint_connections
resource.
Overview
Name | ingestion_private_endpoint_connections |
Type | Resource |
Id | azure.purview.ingestion_private_endpoint_connections |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Gets or sets the identifier. |
name | string | Gets or sets the name. |
properties | object | A private endpoint connection properties class. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | Gets or sets the type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId | Lists all ingestion private endpoint connections |
SELECT
examples
Lists all ingestion private endpoint connections
SELECT
id,
name,
properties,
systemData,
type
FROM azure.purview.ingestion_private_endpoint_connections
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';