Microsoft Azure · Schema

TagValue

Tag information.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The tag value ID.
tagValue string The tag value.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-tag-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagValue",
  "type": "object",
  "description": "Tag information.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The tag value ID."
    },
    "tagValue": {
      "type": "string",
      "description": "The tag value."
    }
  }
}