AutoScaleProperties 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
AutoScaleProperties() |
Initialise une nouvelle instance de la classe AutoScaleProperties. |
AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe AutoScaleProperties. |
AutoScaleProperties()
Initialise une nouvelle instance de la classe AutoScaleProperties.
public AutoScaleProperties ();
Public Sub New ()
S’applique à
AutoScaleProperties(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>)
Initialise une nouvelle instance de la classe AutoScaleProperties.
public AutoScaleProperties (int? minNodeCount = default, bool? enabled = default, int? maxNodeCount = default);
new Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties : Nullable<int> * Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties
Public Sub New (Optional minNodeCount As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional maxNodeCount As Nullable(Of Integer) = Nothing)
Paramètres
Indique si la mise à l’échelle automatique est activée pour le pool Big Data.
S’applique à
Azure SDK for .NET