Skip to main content

ingestion_private_endpoint_connections

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

Overview

Nameingestion_private_endpoint_connections
TypeResource
Idazure.purview.ingestion_private_endpoint_connections

Fields

NameDatatypeDescription
idstringGets or sets the identifier.
namestringGets or sets the name.
propertiesobjectA private endpoint connection properties class.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringGets or sets the type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, subscriptionIdLists 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 }}';