WorkerPool Class

Definition

Worker pool of an App Service Environment.

public class WorkerPool
type WorkerPool = class
Public Class WorkerPool
Inheritance
WorkerPool

Constructors

WorkerPool()

Initializes a new instance of the WorkerPool class.

WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)

Initializes a new instance of the WorkerPool class.

Properties

ComputeMode

Gets or sets shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'

InstanceNames

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

WorkerCount

Gets or sets number of instances in the worker pool.

WorkerSize

Gets or sets VM size of the worker pool instances.

WorkerSizeId

Gets or sets worker size ID for referencing this worker pool.

Applies to