WorkerPool 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). NOTE: This property will not be serialized. It can only be populated by the server. |
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
instanceNames
Names of all instances in the worker pool (read only). NOTE: This property will not be serialized. It can only be populated by the server.
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