Microsoft Windows Server · JSON Structure

Iis Administration Application Update Structure

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

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

Properties

path physical_path application_pool enabled_protocols

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApplicationUpdate",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "physical_path": {
      "type": "string"
    },
    "application_pool": {
      "type": "object"
    },
    "enabled_protocols": {
      "type": "string"
    }
  }
}