artifact_stores_private_end_points
Creates, updates, deletes, gets or lists a artifact_stores_private_end_points
resource.
Overview
Name | artifact_stores_private_end_points |
Type | Resource |
Id | azure.hybrid_network.artifact_stores_private_end_points |
Fields
Name | Datatype | Description |
---|---|---|
manualPrivateEndPointConnections | array | list of private endpoints. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | artifactStoreName, publisherName, resourceGroupName, subscriptionId | List 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 }}';