environments_private_endpoint_connection_lists
Creates, updates, deletes, gets or lists a environments_private_endpoint_connection_lists
resource.
Overview
Name | environments_private_endpoint_connection_lists |
Type | Resource |
Id | azure.app_service.environments_private_endpoint_connection_lists |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | RemotePrivateEndpointConnectionARMResource resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, resourceGroupName, subscriptionId | Description 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 }}';