Microsoft Azure · Schema

Deployment

Cognitive Services account deployment.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string
name string
type string
etag string
View JSON Schema on GitHub

JSON Schema

azure-cognitive-services-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Deployment",
  "type": "object",
  "description": "Cognitive Services account deployment.",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    }
  }
}