PerformanceTierServiceLevelObjectives 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
PerformanceTierServiceLevelObjectives() |
Initialise une nouvelle instance de la classe PerformanceTierServiceLevelObjectives. |
PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe PerformanceTierServiceLevelObjectives. |
PerformanceTierServiceLevelObjectives()
Initialise une nouvelle instance de la classe PerformanceTierServiceLevelObjectives.
public PerformanceTierServiceLevelObjectives ();
Public Sub New ()
S’applique à
PerformanceTierServiceLevelObjectives(String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initialise une nouvelle instance de la classe PerformanceTierServiceLevelObjectives.
public PerformanceTierServiceLevelObjectives (string id = default, string edition = default, int? vCore = default, string hardwareGeneration = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageMB = default, int? minStorageMB = default);
new Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives
Public Sub New (Optional id As String = Nothing, Optional edition As String = Nothing, Optional vCore As Nullable(Of Integer) = Nothing, Optional hardwareGeneration As String = Nothing, Optional maxBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional minBackupRetentionDays As Nullable(Of Integer) = Nothing, Optional maxStorageMB As Nullable(Of Integer) = Nothing, Optional minStorageMB As Nullable(Of Integer) = Nothing)
Paramètres
- id
- String
ID de l’objectif de niveau de service.
- edition
- String
Édition du niveau de performances.
- hardwareGeneration
- String
Génération de matériel associée à l’objectif de niveau de service
Conservation maximale des sauvegardes en jours pour l’édition du niveau de performances
Rétention de sauvegarde minimale en jours pour l’édition de niveau de performances
S’applique à
Azure SDK for .NET