Microsoft Azure · Schema

TemplateLink

Entity representing the reference to the template.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
uri string The URI of the template.
contentVersion string The content version of the template.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-template-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TemplateLink",
  "type": "object",
  "description": "Entity representing the reference to the template.",
  "properties": {
    "uri": {
      "type": "string",
      "description": "The URI of the template."
    },
    "contentVersion": {
      "type": "string",
      "description": "The content version of the template."
    }
  }
}