ApplicationPoolLinks

HAL-style links to related resources for an application pool.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
webapps object
websites object
worker_processes object
View JSON Schema on GitHub

JSON Schema

microsoft-windows-server-applicationpoollinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationPoolLinks",
  "title": "ApplicationPoolLinks",
  "type": "object",
  "description": "HAL-style links to related resources for an application pool.",
  "properties": {
    "webapps": {
      "$ref": "#/components/schemas/HalLink"
    },
    "websites": {
      "$ref": "#/components/schemas/HalLink"
    },
    "worker_processes": {
      "$ref": "#/components/schemas/HalLink"
    }
  }
}