Skip to main content

service_tags

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

Overview

Nameservice_tags
TypeResource
Idazure.network.service_tags

Fields

NameDatatypeDescription
idstringThe ID of the cloud.
namestringThe name of the cloud.
changeNumberstringThe iteration number.
cloudstringThe name of the cloud.
nextLinkstringThe URL to get next page of service tag information resources.
typestringThe azure resource type.
valuesarrayThe list of service tag information resources.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdGets a list of service tag information resources.

SELECT examples

Gets a list of service tag information resources.

SELECT
id,
name,
changeNumber,
cloud,
nextLink,
type,
values
FROM azure.network.service_tags
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';