Share via


WorkerPool Constructors

Definition

Overloads

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

WorkerPool()

public WorkerPool ();
Public Sub New ()

Applies to

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

public WorkerPool (int? workerSizeId = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.WorkerPool : Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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)

Parameters

workerSizeId
Nullable<Int32>
workerSize
String
workerCount
Nullable<Int32>
instanceNames
IList<String>

Applies to