| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WorkerPool |
WorkerPool.withComputeMode(ComputeModeOptions computeMode)
Set the computeMode property: Shared or dedicated app hosting.
|
WorkerPool |
WorkerPool.withWorkerCount(Integer workerCount)
Set the workerCount property: Number of instances in the worker pool.
|
WorkerPool |
WorkerPool.withWorkerSize(String workerSize)
Set the workerSize property: VM size of the worker pool instances.
|
WorkerPool |
WorkerPool.withWorkerSizeId(Integer workerSizeId)
Set the workerSizeId property: Worker size ID for referencing this worker pool.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.