共用方式為


WorkerPoolResourceInner 建構函式

定義

多載

WorkerPoolResourceInner()

初始化 WorkerPoolResourceInner 類別的新實例。

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

初始化 WorkerPoolResourceInner 類別的新實例。

WorkerPoolResourceInner()

初始化 WorkerPoolResourceInner 類別的新實例。

public WorkerPoolResourceInner ();
Public Sub New ()

適用於

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

初始化 WorkerPoolResourceInner 類別的新實例。

public WorkerPoolResourceInner (string id = default, string name = default, string type = default, string kind = default, int? workerSizeId = default, Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default, Microsoft.Azure.Management.AppService.Fluent.Models.SkuDescription sku = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner : string * string * string * string * Nullable<int> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.AppService.Fluent.Models.SkuDescription -> Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional instanceNames As IList(Of String) = Nothing, Optional sku As SkuDescription = Nothing)

參數

id
String
name
String
type
String
kind
String

資源種類。

workerSizeId
Nullable<Int32>

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

computeMode
Nullable<ComputeModeOptions>

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

workerSize
String

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

workerCount
Nullable<Int32>

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

instanceNames
IList<String>

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

適用於