Uses of Class
com.microsoft.azure.management.appservice.WorkerPool
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of WorkerPool in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionWorkerPool.withComputeMode
(ComputeModeOptions computeMode) Set shared or dedicated app hosting.WorkerPool.withWorkerCount
(Integer workerCount) Set number of instances in the worker pool.WorkerPool.withWorkerSize
(String workerSize) Set vM size of the worker pool instances.WorkerPool.withWorkerSizeId
(Integer workerSizeId) Set worker size ID for referencing this worker pool.Modifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.workerPools()
Get description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.Modifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withWorkerPools
(List<WorkerPool> workerPools) Set description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.