WorkerPool Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkerPool() |
Initialise une nouvelle instance de la classe WorkerPool. |
WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>) |
Initialise une nouvelle instance de la classe WorkerPool. |
WorkerPool()
Initialise une nouvelle instance de la classe WorkerPool.
public WorkerPool ();
Public Sub New ()
S’applique à
WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)
Initialise une nouvelle instance de la 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)
Paramètres
- 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.
S’applique à
Azure SDK for .NET