Compartilhar via


WorkerPool Construtores

Definição

Sobrecargas

WorkerPool()

Inicializa uma nova instância da classe WorkerPool.

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

Inicializa uma nova instância da classe WorkerPool.

WorkerPool()

Inicializa uma nova instância da classe WorkerPool.

public WorkerPool ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe WorkerPool.

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)

Parâmetros

workerSizeId
Nullable<Int32>

ID do tamanho do trabalho para fazer referência a esse pool de trabalho.

computeMode
Nullable<ComputeModeOptions>

Hospedagem de aplicativo compartilhada ou dedicada. Os valores possíveis incluem: 'Compartilhado', 'Dedicado', 'Dinâmico'

workerSize
String

Tamanho da VM das instâncias do pool de trabalho.

workerCount
Nullable<Int32>

Número de instâncias no pool de trabalho.

instanceNames
IList<String>

Nomes de todas as instâncias no pool de trabalho (somente leitura).

Aplica-se a