WorkerPoolResource 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
WorkerPoolResource() |
Initialise une nouvelle instance de la classe WorkerPoolResource. |
WorkerPoolResource(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Initialise une nouvelle instance de la classe WorkerPoolResource. |
WorkerPoolResource()
Initialise une nouvelle instance de la classe WorkerPoolResource.
public WorkerPoolResource ();
Public Sub New ()
S’applique à
WorkerPoolResource(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)
Initialise une nouvelle instance de la classe WorkerPoolResource.
public WorkerPoolResource (string id = default, string name = default, string kind = default, string type = default, int? workerSizeId = default, Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default, Microsoft.Azure.Management.WebSites.Models.SkuDescription sku = default);
new Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource : string * string * string * string * Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.WebSites.Models.SkuDescription -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type 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
ID de ressource.
- name
- String
Nom de la ressource.
- kind
- String
Type de ressource.
- type
- String
Type de ressource.
- computeMode
- Nullable<ComputeModeOptions>
Hébergement d’applications partagée ou dédiée. Les valeurs possibles sont les suivantes : « Partagé », « Dédié », « Dynamique »
- workerSize
- String
Taille de machine virtuelle des instances du pool de workers.
- sku
- SkuDescription
S’applique à
Azure SDK for .NET