共用方式為


WorkerPool interface

App Service 環境的背景工作集區。

屬性

computeMode

共用或專用的應用程式裝載。

instanceNames

背景工作集區中所有實例的名稱 (唯讀) 。 注意:此屬性不會序列化。 它只能由伺服器填入。

workerCount

背景工作集區中的實例數目。

workerSize

背景工作集區實例的 VM 大小。

workerSizeId

參考此背景工作集區的背景工作大小識別碼。

屬性詳細資料

computeMode

共用或專用的應用程式裝載。

computeMode?: ComputeModeOptions

屬性值

instanceNames

背景工作集區中所有實例的名稱 (唯讀) 。 注意:此屬性不會序列化。 它只能由伺服器填入。

instanceNames?: string[]

屬性值

string[]

workerCount

背景工作集區中的實例數目。

workerCount?: number

屬性值

number

workerSize

背景工作集區實例的 VM 大小。

workerSize?: string

屬性值

string

workerSizeId

參考此背景工作集區的背景工作大小識別碼。

workerSizeId?: number

屬性值

number