ApplicationUpdate

Request body for updating a web application. Only include properties that should be changed.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
path string The virtual path for the application.
physical_path string The physical file system path for the application.
application_pool object
enabled_protocols string
View JSON Schema on GitHub

JSON Schema

iis-administration-application-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApplicationUpdate",
  "type": "object",
  "description": "Request body for updating a web application. Only include properties that should be changed.",
  "properties": {
    "path": {
      "type": "string",
      "description": "The virtual path for the application."
    },
    "physical_path": {
      "type": "string",
      "description": "The physical file system path for the application."
    },
    "application_pool": {
      "type": "object"
    },
    "enabled_protocols": {
      "type": "string"
    }
  }
}