WorkerPool Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- computeMode
- Nullable<ComputeModeOptions>
- workerSize
- String