Skip to main content

bgp_service_communities

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

Overview

Namebgp_service_communities
TypeResource
Idazure.network.bgp_service_communities

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
locationstringResource location.
propertiesobjectProperties of Service Community.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGets all the available bgp service communities.

SELECT examples

Gets all the available bgp service communities.

SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.network.bgp_service_communities
WHERE subscriptionId = '{{ subscriptionId }}';