Partager via


PerformanceTierServiceLevelObjectives Constructeurs

Définition

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.

vCore
Nullable<Int32>

vCore associé à l’objectif de niveau de service

hardwareGeneration
String

Génération de matériel associée à l’objectif de niveau de service

maxBackupRetentionDays
Nullable<Int32>

Conservation maximale des sauvegardes en jours pour l’édition du niveau de performances

minBackupRetentionDays
Nullable<Int32>

Rétention de sauvegarde minimale en jours pour l’édition de niveau de performances

maxStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

minStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

S’applique à