Compartir a través de


WorkerPoolResource interface

Worker pool of an App Service Environment ARM resource.

Extends

Properties

computeMode

Shared or dedicated app hosting.

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.

sku

Description of a SKU for a scalable resource.

workerCount

Number of instances in the worker pool.

workerSize

VM size of the worker pool instances.

workerSizeId

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

Shared or dedicated app hosting.

computeMode?: ComputeModeOptions

Property Value

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

Description of a SKU for a scalable resource.

sku?: SkuDescription

Property Value

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

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.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