Skip to main content

service_tag_information

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

Overview

Nameservice_tag_information
TypeResource
Idazure.network.service_tag_information

Fields

NameDatatypeDescription
idstringThe ID of service tag.
namestringThe name of service tag.
propertiesobjectProperties of the service tag information.
serviceTagChangeNumberstringThe iteration number of service tag object for region.

Methods

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

SELECT examples

Gets a list of service tag information resources with pagination.

SELECT
id,
name,
properties,
serviceTagChangeNumber
FROM azure.network.service_tag_information
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';