Skip to main content

available_endpoint_services

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

Overview

Nameavailable_endpoint_services
TypeResource
Idazure.network.available_endpoint_services

Fields

NameDatatypeDescription
idstringResource ID.
namestringName of the endpoint service.
typestringType of the endpoint service.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdList what values of endpoint services are available for use.

SELECT examples

List what values of endpoint services are available for use.

SELECT
id,
name,
type
FROM azure.network.available_endpoint_services
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';