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.v2018_02_01.models._models_py3.ProxyOnlyResourceWorkerPoolResource
Constructor
WorkerPoolResource(*, kind: Optional[str] = None, sku: Optional[azure.mgmt.web.v2018_02_01.models._models_py3.SkuDescription] = None, worker_size_id: Optional[int] = None, compute_mode: Optional[Union[str, azure.mgmt.web.v2018_02_01.models._web_site_management_client_enums.ComputeModeOptions]] = None, worker_size: Optional[str] = None, worker_count: Optional[int] = None, **kwargs)
Parameters
- compute_mode
- str or ComputeModeOptions
Required
Shared or dedicated app hosting. Possible values include: "Shared", "Dedicated", "Dynamic".
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for