WorkerPool 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). NOTE: This property will not be serialized. It can only be populated by the server.

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?: ComputeModeOptions

Property Value

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