WorkerPool Class
Worker pool of an App Service Environment.
Constructor
WorkerPool(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
worker_size_id
|
Worker size ID for referencing this worker pool. |
|
compute_mode
|
Shared or dedicated app hosting. Known values are: "Shared", "Dedicated", and "Dynamic". |
|
worker_size
|
VM size of the worker pool instances. |
|
worker_count
|
Number of instances in the worker pool. |
|
instance_names
|
Names of all instances in the worker pool (read only). |
Attributes
compute_mode
"Shared", "Dedicated", and "Dynamic".
compute_mode: str | _models.ComputeModeOptions | None
instance_names
Names of all instances in the worker pool (read only).
instance_names: list[str] | None
worker_count
Number of instances in the worker pool.
worker_count: int | None
worker_size
VM size of the worker pool instances.
worker_size: str | None
worker_size_id
Worker size ID for referencing this worker pool.
worker_size_id: int | None