Uses of Class
com.microsoft.azure.management.appservice.WorkerPool
Packages that use WorkerPool
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of WorkerPool in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return WorkerPoolModifier 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.Methods in com.microsoft.azure.management.appservice that return types with arguments of type WorkerPoolModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.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 WorkerPoolModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withWorkerPools
(List<WorkerPool> workerPools) Set description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.