Microsoft Azure · Schema

DeploymentProperties

Properties of Cognitive Services account deployment.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
provisioningState string The provisioning state of the deployment.
scaleSettings object The deployment scale settings.
rateLimits array The rate limits for the deployment.
capabilities object The capabilities of the deployment.
versionUpgradeOption string Deployment model version upgrade option.
View JSON Schema on GitHub

JSON Schema

azure-cognitive-services-deployment-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentProperties",
  "type": "object",
  "description": "Properties of Cognitive Services account deployment.",
  "properties": {
    "provisioningState": {
      "type": "string",
      "description": "The provisioning state of the deployment."
    },
    "scaleSettings": {
      "type": "object",
      "description": "The deployment scale settings."
    },
    "rateLimits": {
      "type": "array",
      "description": "The rate limits for the deployment."
    },
    "capabilities": {
      "type": "object",
      "description": "The capabilities of the deployment."
    },
    "versionUpgradeOption": {
      "type": "string",
      "description": "Deployment model version upgrade option."
    }
  }
}