WorkerPoolResource interface
Worker pool of an App Service Environment ARM resource.
- Extends
Properties
compute |
Shared or dedicated app hosting. |
instance |
Names of all instances in the worker pool (read only). NOTE: This property will not be serialized. It can only be populated by the server. |
sku | Description of a SKU for a scalable resource. |
worker |
Number of instances in the worker pool. |
worker |
VM size of the worker pool instances. |
worker |
Worker size ID for referencing this worker pool. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
computeMode
instanceNames
Names of all instances in the worker pool (read only). NOTE: This property will not be serialized. It can only be populated by the server.
instanceNames?: string[]
Property Value
string[]
sku
workerCount
Number of instances in the worker pool.
workerCount?: number
Property Value
number
workerSize
VM size of the worker pool instances.
workerSize?: string
Property Value
string
workerSizeId
Worker size ID for referencing this worker pool.
workerSizeId?: number
Property Value
number
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type