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.v2023_12_01.models._models_py3.ProxyOnlyResource
WorkerPoolResource

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
str

Kind of resource.

sku

Description of a SKU for a scalable resource.

worker_size_id
int

Worker size ID for referencing this worker pool.

compute_mode

Shared or dedicated app hosting. Known values are: "Shared", "Dedicated", and "Dynamic".

worker_size
str

VM size of the worker pool instances.

worker_count
int

Number of instances in the worker pool.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

sku

Description of a SKU for a scalable resource.

worker_size_id
int

Worker size ID for referencing this worker pool.

compute_mode

Shared or dedicated app hosting. Known values are: "Shared", "Dedicated", and "Dynamic".

worker_size
str

VM size of the worker pool instances.

worker_count
int

Number of instances in the worker pool.

instance_names

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