Microsoft Azure · Schema

ErrorAdditionalInfo

The resource management error additional info.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
type string The additional info type.
info object The additional info.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-error-additional-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorAdditionalInfo",
  "type": "object",
  "description": "The resource management error additional info.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The additional info type."
    },
    "info": {
      "type": "object",
      "description": "The additional info."
    }
  }
}