Logs

The logs.

AzureCloudContainer InstancesContainersMicrosoftServerless

Properties

Name Type Description
content string The content of the log.
View JSON Schema on GitHub

JSON Schema

azure-container-instances-logs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-logs-schema.json",
  "title": "Logs",
  "description": "The logs.",
  "type": "object",
  "properties": {
    "content": {
      "description": "The content of the log.",
      "type": "string"
    }
  }
}