Microsoft Windows Server · JSON Structure

Iis Administration Application Pool Update Structure

Type: object Properties: 6
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

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

Properties

name auto_start pipeline_mode managed_runtime_version enable_32bit_win64 queue_length

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApplicationPoolUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "auto_start": {
      "type": "boolean"
    },
    "pipeline_mode": {
      "type": "string"
    },
    "managed_runtime_version": {
      "type": "string"
    },
    "enable_32bit_win64": {
      "type": "boolean"
    },
    "queue_length": {
      "type": "integer"
    }
  }
}