共用方式為


WorkerPoolResourceInner 類別

定義

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkerPoolResourceInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkerPoolResourceInner = class
    inherit ProxyOnlyResourceInner
Public Class WorkerPoolResourceInner
Inherits ProxyOnlyResourceInner
繼承
屬性

建構函式

WorkerPoolResourceInner()

初始化 WorkerPoolResourceInner 類別的新實例。

WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)

初始化 WorkerPoolResourceInner 類別的新實例。

屬性

ComputeMode

取得或設定共用或專用的應用程式裝載。 可能的值包括:'Shared'、'Dedicated'、'Dynamic'

Id

資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。

(繼承來源 ProxyResource)
InstanceNames

取得背景工作集區中所有實例的名稱, (唯讀) 。

Kind

取得或設定資源的種類。

(繼承來源 ProxyOnlyResourceInner)
Location

資源位置

(繼承來源 Resource)
Name

資源名稱

(繼承來源 ProxyResource)
Sku

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

Tags

資源標籤

(繼承來源 Resource)
Type

資源類型

(繼承來源 ProxyResource)
WorkerCount

取得或設定背景工作集區中的實例數目。

WorkerSize

取得或設定背景工作集區實例的 VM 大小。

WorkerSizeId

取得或設定參考此背景工作集區的背景工作大小識別碼。

方法

Validate()

驗證 物件。 如果驗證失敗,則會擲回 ValidationException。

(繼承來源 Resource)

適用於