Microsoft Windows Server · JSON Structure

Iis Administration Cpu Settings Structure

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

CpuSettings 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

limit limit_interval action processor_affinity_enabled processor_affinity_mask32 processor_affinity_mask64

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CpuSettings",
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer"
    },
    "limit_interval": {
      "type": "integer"
    },
    "action": {
      "type": "string"
    },
    "processor_affinity_enabled": {
      "type": "boolean"
    },
    "processor_affinity_mask32": {
      "type": "string"
    },
    "processor_affinity_mask64": {
      "type": "string"
    }
  }
}