WorkerPoolOutput interface
Worker pool of an App Service Environment.
Properties
| compute |
Shared or dedicated app hosting. |
| instance |
Names of all instances in the worker pool (read only). |
| worker |
Number of instances in the worker pool. |
| worker |
VM size of the worker pool instances. |
| worker |
Worker size ID for referencing this worker pool. |
Property Details
computeMode
Shared or dedicated app hosting.
computeMode?: "Shared" | "Dynamic" | "Dedicated"
Property Value
"Shared" | "Dynamic" | "Dedicated"
instanceNames
Names of all instances in the worker pool (read only).
instanceNames?: string[]
Property Value
string[]
workerCount
Number of instances in the worker pool.
workerCount?: number
Property Value
number
workerSize
VM size of the worker pool instances.
workerSize?: string
Property Value
string
workerSizeId
Worker size ID for referencing this worker pool.
workerSizeId?: number
Property Value
number