WorkerPool Class
Worker pool of an App Service Environment.
Variables are only populated by the server, and will be ignored when sending a request.
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). |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python