Sdílet prostřednictvím


WorkerPool Konstruktory

Definice

Přetížení

WorkerPool()

Inicializuje novou instanci WorkerPool třídy.

WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)

Inicializuje novou instanci WorkerPool třídy.

WorkerPool()

Inicializuje novou instanci WorkerPool třídy.

public WorkerPool ();
Public Sub New ()

Platí pro

WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)

Inicializuje novou instanci WorkerPool třídy.

public WorkerPool (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);
new Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool : Nullable<int> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool
Public Sub New (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)

Parametry

workerSizeId
Nullable<Int32>

ID velikosti pracovního procesu pro odkazování na tento fond pracovních procesů.

computeMode
Nullable<ComputeModeOptions>

Hostování sdílených nebo vyhrazených aplikací. Mezi možné hodnoty patří: Shared, Dedicated, Dynamic.

workerSize
String

Velikost virtuálního počítače instancí fondu pracovních procesů

workerCount
Nullable<Int32>

Počet instancí ve fondu pracovních procesů

instanceNames
IList<String>

Názvy všech instancí ve fondu pracovních procesů (jen pro čtení)

Platí pro