StampCapacity 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
StampCapacity() |
Initialise une nouvelle instance de la classe StampCapacity. |
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe StampCapacity. |
StampCapacity()
Initialise une nouvelle instance de la classe StampCapacity.
public StampCapacity ();
Public Sub New ()
S’applique à
StampCapacity(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<ComputeModeOptions>, Nullable<WorkerSizeOptions>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe StampCapacity.
public StampCapacity (string name = default, long? availableCapacity = default, long? totalCapacity = default, string unit = default, Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions? computeMode = default, Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions? workerSize = default, int? workerSizeId = default, bool? excludeFromCapacityAllocation = default, bool? isApplicableForAllComputeModes = default, string siteMode = default, bool? isLinux = default);
new Microsoft.Azure.Management.WebSites.Models.StampCapacity : string * Nullable<int64> * Nullable<int64> * string * Nullable<Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions> * Nullable<Microsoft.Azure.Management.WebSites.Models.WorkerSizeOptions> * Nullable<int> * Nullable<bool> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.StampCapacity
Public Sub New (Optional name As String = Nothing, Optional availableCapacity As Nullable(Of Long) = Nothing, Optional totalCapacity As Nullable(Of Long) = Nothing, Optional unit As String = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As Nullable(Of WorkerSizeOptions) = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional excludeFromCapacityAllocation As Nullable(Of Boolean) = Nothing, Optional isApplicableForAllComputeModes As Nullable(Of Boolean) = Nothing, Optional siteMode As String = Nothing, Optional isLinux As Nullable(Of Boolean) = Nothing)
Paramètres
- name
- String
Nom de l’empreinte.
Capacité disponible (nombre de machines, octets de stockage, etc.).
- unit
- String
Nom de l’unité.
- computeMode
- Nullable<ComputeModeOptions>
Workers partagés/dédiés. Les valeurs possibles sont les suivantes : « Partagé », « Dédié », « Dynamique »
- workerSize
- Nullable<WorkerSizeOptions>
Taille des machines. Les valeurs possibles sont les suivantes : « Small », « Medium », « Large », « D1 », « D2 », « D3 », « SmallV3 », « MediumV3 », « LargeV3 », « NestedSmall », « NestedSmallLinux », « Default »
Si <le code>est true</code>, il inclut des applications de base. Les applications de base ne sont pas utilisées pour l’allocation de capacité.
<code>true</code> si la capacité est applicable à toutes les applications ; sinon, <code>false</code>.
- siteMode
- String
Partagé ou dédié.
S’applique à
Azure SDK for .NET