Skip to main content

tag_resources

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

Overview

Nametag_resources
TypeResource
Idazure.api_management.tag_resources

Fields

NameDatatypeDescription
apiobjectAPI contract properties for the Tag Resources.
operationobjectOperation Entity contract Properties.
productobjectProduct profile.
tagobjectContract defining the Tag property in the Tag Resource Contract

Methods

NameAccessible byRequired ParamsDescription
list_by_serviceSELECTresourceGroupName, serviceName, subscriptionIdLists a collection of resources associated with tags.

SELECT examples

Lists a collection of resources associated with tags.

SELECT
api,
operation,
product,
tag
FROM azure.api_management.tag_resources
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}';