Microsoft Azure · Schema

DeploymentExtended

Deployment information.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The ID of the deployment.
name string The name of the deployment.
type string The type of the deployment.
location string The location of the deployment.
tags object Deployment tags.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-deployment-extended-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentExtended",
  "type": "object",
  "description": "Deployment information.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the deployment."
    },
    "name": {
      "type": "string",
      "description": "The name of the deployment."
    },
    "type": {
      "type": "string",
      "description": "The type of the deployment."
    },
    "location": {
      "type": "string",
      "description": "The location of the deployment."
    },
    "tags": {
      "type": "object",
      "description": "Deployment tags."
    }
  }
}