Uses of Class
com.microsoft.azure.management.appservice.WorkerPool
-
-
Uses of WorkerPool in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return WorkerPool Modifier and Type Method Description WorkerPoolWorkerPool. withComputeMode(ComputeModeOptions computeMode)Set shared or dedicated app hosting.WorkerPoolWorkerPool. withWorkerCount(Integer workerCount)Set number of instances in the worker pool.WorkerPoolWorkerPool. withWorkerSize(String workerSize)Set vM size of the worker pool instances.WorkerPoolWorkerPool. withWorkerSizeId(Integer workerSizeId)Set worker size ID for referencing this worker pool.Methods in com.microsoft.azure.management.appservice that return types with arguments of type WorkerPool Modifier and Type Method Description List<WorkerPool>AppServiceEnvironmentPatchResource. workerPools()Get description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.Method parameters in com.microsoft.azure.management.appservice with type arguments of type WorkerPool Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withWorkerPools(List<WorkerPool> workerPools)Set description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
-