DeploymentScaleSettings 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
DeploymentScaleSettings() |
Initialise une nouvelle instance de la classe DeploymentScaleSettings. |
DeploymentScaleSettings(String, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe DeploymentScaleSettings. |
DeploymentScaleSettings()
Initialise une nouvelle instance de la classe DeploymentScaleSettings.
public DeploymentScaleSettings ();
Public Sub New ()
S’applique à
DeploymentScaleSettings(String, Nullable<Int32>, Nullable<Int32>)
Initialise une nouvelle instance de la classe DeploymentScaleSettings.
public DeploymentScaleSettings (string scaleType = default, int? capacity = default, int? activeCapacity = default);
new Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.CognitiveServices.Models.DeploymentScaleSettings
Public Sub New (Optional scaleType As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing, Optional activeCapacity As Nullable(Of Integer) = Nothing)
Paramètres
- scaleType
- String
Type d’échelle de déploiement. Les valeurs possibles sont les suivantes : « Standard », « Manual »
Capacité active de déploiement. Cette valeur peut être différente de capacity
si le client a récemment mis à jour capacity
.
S’applique à
Azure SDK for .NET