WorkerPoolResource Class
Worker pool of an App Service Environment ARM resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceWorkerPoolResource
Constructor
WorkerPoolResource(*, kind: str | None = None, sku: _models.SkuDescription | None = None, 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 |
---|---|
kind
|
Kind of resource. |
sku
|
Description of a SKU for a scalable resource. |
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 |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
sku
|
Description of a SKU for a scalable resource. |
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