Microsoft Azure · Schema

Deployment

Deployment operation parameters.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
location string The location to store the deployment data.
tags object Deployment tags.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Deployment",
  "type": "object",
  "description": "Deployment operation parameters.",
  "properties": {
    "location": {
      "type": "string",
      "description": "The location to store the deployment data."
    },
    "tags": {
      "type": "object",
      "description": "Deployment tags."
    }
  }
}