tag_resources
Creates, updates, deletes, gets or lists a tag_resources
resource.
Overview
Name | tag_resources |
Type | Resource |
Id | azure.api_management.tag_resources |
Fields
Name | Datatype | Description |
---|---|---|
api | object | API contract properties for the Tag Resources. |
operation | object | Operation Entity contract Properties. |
product | object | Product profile. |
tag | object | Contract defining the Tag property in the Tag Resource Contract |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_service | SELECT | resourceGroupName, serviceName, subscriptionId | Lists 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 }}';