WorkerPool Class
Worker pool of an App Service Environment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkerPool
Constructor
WorkerPool(*, worker_size_id: int | None = None, compute_mode: str | _models.ComputeModeOptions | None = None, worker_size: str | None = None, worker_count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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). |
Azure SDK for Python