Partager via


WorkerPoolResourceInner Constructeurs

Définition

Surcharges

WorkerPoolResourceInner()

Initialise une nouvelle instance de la classe WorkerPoolResourceInner.

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

Initialise une nouvelle instance de la classe WorkerPoolResourceInner.

WorkerPoolResourceInner()

Initialise une nouvelle instance de la classe WorkerPoolResourceInner.

public WorkerPoolResourceInner ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe WorkerPoolResourceInner.

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)

Paramètres

id
String
name
String
type
String
kind
String

Type de ressource.

workerSizeId
Nullable<Int32>

ID de taille de worker pour le référencement de ce pool de workers.

computeMode
Nullable<ComputeModeOptions>

Hébergement d’applications partagé ou dédié. Les valeurs possibles sont les suivantes : 'Shared', 'Dedicated', 'Dynamic'

workerSize
String

Taille de machine virtuelle des instances du pool de workers.

workerCount
Nullable<Int32>

Nombre d’instances dans le pool de workers.

instanceNames
IList<String>

Noms de toutes les instances dans le pool de workers (lecture seule).

S’applique à