Microsoft Azure · Schema

TagDetails

Tag details.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The tag name ID.
tagName string The tag name.
values array The list of tag values.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-tag-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagDetails",
  "type": "object",
  "description": "Tag details.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The tag name ID."
    },
    "tagName": {
      "type": "string",
      "description": "The tag name."
    },
    "values": {
      "type": "array",
      "description": "The list of tag values."
    }
  }
}