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