Microsoft Azure · Schema

AccountProperties

Properties of Cognitive Services account.

API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1

Properties

Name Type Description
provisioningState string The status of the cognitive services account at the time of the operation.
endpoint string Endpoint of the created account.
endpoints object Dictionary of endpoints for the cognitive services account.
capabilities array The capabilities of the cognitive services account.
isMigrated boolean Whether this account has been migrated.
dateCreated string The date of creation.
customSubDomainName string Optional subdomain name used for token-based authentication.
networkAcls object
publicNetworkAccess string Whether or not public endpoint access is allowed.
disableLocalAuth boolean Whether to disable local authentication methods.
restrictOutboundNetworkAccess boolean Whether to restrict outbound network access.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-accountproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountProperties",
  "title": "AccountProperties",
  "type": "object",
  "description": "Properties of Cognitive Services account.",
  "properties": {
    "provisioningState": {
      "type": "string",
      "readOnly": true,
      "enum": [
        "Accepted",
        "Creating",
        "Deleting",
        "Moving",
        "Failed",
        "Succeeded",
        "ResolvingDNS"
      ],
      "description": "The status of the cognitive services account at the time of the operation.",
      "example": "Accepted"
    },
    "endpoint": {
      "type": "string",
      "readOnly": true,
      "description": "Endpoint of the created account.",
      "example": "example_value"
    },
    "endpoints": {
      "type": "object",
      "readOnly": true,
      "additionalProperties": {
        "type": "string"
      },
      "description": "Dictionary of endpoints for the cognitive services account.",
      "example": "example_value"
    },
    "capabilities": {
      "type": "array",
      "readOnly": true,
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      },
      "description": "The capabilities of the cognitive services account.",
      "example": []
    },
    "isMigrated": {
      "type": "boolean",
      "readOnly": true,
      "description": "Whether this account has been migrated.",
      "example": true
    },
    "dateCreated": {
      "type": "string",
      "readOnly": true,
      "description": "The date of creation.",
      "example": "example_value"
    },
    "customSubDomainName": {
      "type": "string",
      "description": "Optional subdomain name used for token-based authentication.",
      "example": "example_value"
    },
    "networkAcls": {
      "$ref": "#/components/schemas/NetworkRuleSet"
    },
    "publicNetworkAccess": {
      "type": "string",
      "enum": [
        "Enabled",
        "Disabled"
      ],
      "description": "Whether or not public endpoint access is allowed.",
      "example": "Enabled"
    },
    "disableLocalAuth": {
      "type": "boolean",
      "description": "Whether to disable local authentication methods.",
      "example": true
    },
    "restrictOutboundNetworkAccess": {
      "type": "boolean",
      "description": "Whether to restrict outbound network access.",
      "example": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-accountproperties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.