WorkerPool 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
App Service 環境的背景工作集區。
public class WorkerPool
type WorkerPool = class
Public Class WorkerPool
- 繼承
-
WorkerPool
建構函式
WorkerPool() |
初始化 WorkerPool 類別的新實例。 |
WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>) |
初始化 WorkerPool 類別的新實例。 |
屬性
ComputeMode |
取得或設定共用或專用的應用程式裝載。 可能的值包括:'Shared'、'Dedicated'、'Dynamic' |
InstanceNames |
取得背景工作集區中所有實例的名稱, (唯讀) 。 |
WorkerCount |
取得或設定背景工作集區中的實例數目。 |
WorkerSize |
取得或設定背景工作集區實例的 VM 大小。 |
WorkerSizeId |
取得或設定參考此背景工作集區的背景工作大小識別碼。 |