Microsoft Azure · JSON Structure

Azure Cognitive Services Account Properties Structure

Type: object Properties: 10
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

AccountProperties is a JSON Structure definition published by Microsoft Azure, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

provisioningState endpoint endpoints capabilities isMigrated dateCreated customSubDomainName publicNetworkAccess disableLocalAuth restrictOutboundNetworkAccess

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountProperties",
  "type": "object",
  "properties": {
    "provisioningState": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "endpoints": {
      "type": "object"
    },
    "capabilities": {
      "type": "array"
    },
    "isMigrated": {
      "type": "boolean"
    },
    "dateCreated": {
      "type": "string"
    },
    "customSubDomainName": {
      "type": "string"
    },
    "publicNetworkAccess": {
      "type": "string"
    },
    "disableLocalAuth": {
      "type": "boolean"
    },
    "restrictOutboundNetworkAccess": {
      "type": "boolean"
    }
  }
}