Share via


WorkerPoolOutput interface

Worker pool of an App Service Environment.

Properties

computeMode

Shared or dedicated app hosting.

instanceNames

Names of all instances in the worker pool (read only).

workerCount

Number of instances in the worker pool.

workerSize

VM size of the worker pool instances.

workerSizeId

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