Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkerPool
-
Packages that use WorkerPool Package Description com.azure.resourcemanager.appservice.fluent.models 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 WorkerPool Modifier and Type Method Description WorkerPoolWorkerPool. withComputeMode(ComputeModeOptions computeMode)Set the computeMode property: Shared or dedicated app hosting.WorkerPoolWorkerPool. withWorkerCount(Integer workerCount)Set the workerCount property: Number of instances in the worker pool.WorkerPoolWorkerPool. withWorkerSize(String workerSize)Set the workerSize property: VM size of the worker pool instances.WorkerPoolWorkerPool. withWorkerSizeId(Integer workerSizeId)Set the workerSizeId property: Worker size ID for referencing this worker pool.
-