Skip to main content

artifact_stores_private_end_points

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

Overview

Nameartifact_stores_private_end_points
TypeResource
Idazure.hybrid_network.artifact_stores_private_end_points

Fields

NameDatatypeDescription
manualPrivateEndPointConnectionsarraylist of private endpoints.

Methods

NameAccessible byRequired ParamsDescription
listSELECTartifactStoreName, publisherName, resourceGroupName, subscriptionIdList manual private endpoints on artifact stores

SELECT examples

List manual private endpoints on artifact stores

SELECT
manualPrivateEndPointConnections
FROM azure.hybrid_network.artifact_stores_private_end_points
WHERE artifactStoreName = '{{ artifactStoreName }}'
AND publisherName = '{{ publisherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';