Microsoft Azure · Schema

DebugSetting

The debug setting.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
detailLevel string Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-debug-setting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DebugSetting",
  "type": "object",
  "description": "The debug setting.",
  "properties": {
    "detailLevel": {
      "type": "string",
      "description": "Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both."
    }
  }
}