Microsoft Azure · Schema

DeploymentListResult

The list of cognitive services account deployments.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
value array An array of deployments.
nextLink string The link used to get the next page of deployments.
View JSON Schema on GitHub

JSON Schema

azure-cognitive-services-deployment-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentListResult",
  "type": "object",
  "description": "The list of cognitive services account deployments.",
  "properties": {
    "value": {
      "type": "array",
      "description": "An array of deployments."
    },
    "nextLink": {
      "type": "string",
      "description": "The link used to get the next page of deployments."
    }
  }
}