Skip to main content

environments_private_endpoint_connection_lists

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

Overview

Nameenvironments_private_endpoint_connection_lists
TypeResource
Idazure.app_service.environments_private_endpoint_connection_lists

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectRemotePrivateEndpointConnectionARMResource resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, subscriptionIdDescription for Gets the list of private endpoints associated with a hosting environment

SELECT examples

Description for Gets the list of private endpoints associated with a hosting environment

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.environments_private_endpoint_connection_lists
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';