WorkerPoolResourceInner Constructors

Definition

Overloads

WorkerPoolResourceInner()

Initializes a new instance of the WorkerPoolResourceInner class.

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

Initializes a new instance of the WorkerPoolResourceInner class.

WorkerPoolResourceInner()

Initializes a new instance of the WorkerPoolResourceInner class.

public WorkerPoolResourceInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the WorkerPoolResourceInner class.

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)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

workerSizeId
Nullable<Int32>

Worker size ID for referencing this worker pool.

computeMode
Nullable<ComputeModeOptions>

Shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'

workerSize
String

VM size of the worker pool instances.

workerCount
Nullable<Int32>

Number of instances in the worker pool.

instanceNames
IList<String>

Names of all instances in the worker pool (read only).

Applies to