Microsoft Azure · Schema

TagCount

Tag count.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
type string Type of count.
value integer Value of count.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-tag-count-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagCount",
  "type": "object",
  "description": "Tag count.",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of count."
    },
    "value": {
      "type": "integer",
      "description": "Value of count."
    }
  }
}