Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkerPool
Packages that use WorkerPool
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of WorkerPool in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkerPoolModifier and TypeMethodDescriptionstatic WorkerPoolWorkerPool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkerPool from the JsonReader.WorkerPool.withComputeMode(ComputeModeOptions computeMode) Set the computeMode property: Shared or dedicated app hosting.WorkerPool.withWorkerCount(Integer workerCount) Set the workerCount property: Number of instances in the worker pool.WorkerPool.withWorkerSize(String workerSize) Set the workerSize property: VM size of the worker pool instances.WorkerPool.withWorkerSizeId(Integer workerSizeId) Set the workerSizeId property: Worker size ID for referencing this worker pool.