Microsoft Windows Server · JSON Structure

Iis Administration Recycling Structure

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

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

Properties

disable_overlapped_recycle disable_recycle_on_config_change

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Recycling",
  "type": "object",
  "properties": {
    "disable_overlapped_recycle": {
      "type": "boolean"
    },
    "disable_recycle_on_config_change": {
      "type": "boolean"
    }
  }
}