Partager via


PerformanceTierProperties Constructeurs

Définition

Surcharges

PerformanceTierProperties()

Initialise une nouvelle instance de la classe PerformanceTierProperties.

PerformanceTierProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PerformanceTierServiceLevelObjectives>)

Initialise une nouvelle instance de la classe PerformanceTierProperties.

PerformanceTierProperties()

Initialise une nouvelle instance de la classe PerformanceTierProperties.

public PerformanceTierProperties ();
Public Sub New ()

S’applique à

PerformanceTierProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PerformanceTierServiceLevelObjectives>)

Initialise une nouvelle instance de la classe PerformanceTierProperties.

public PerformanceTierProperties (string id = default, int? maxBackupRetentionDays = default, int? minBackupRetentionDays = default, int? maxStorageMB = default, int? minLargeStorageMB = default, int? maxLargeStorageMB = default, int? minStorageMB = default, System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.PerformanceTierServiceLevelObjectives> serviceLevelObjectives = default);
new Microsoft.Azure.Management.MySQL.Models.PerformanceTierProperties : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.PerformanceTierServiceLevelObjectives> -> Microsoft.Azure.Management.MySQL.Models.PerformanceTierProperties
Public Sub New (Optional id 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 minLargeStorageMB As Nullable(Of Integer) = Nothing, Optional maxLargeStorageMB As Nullable(Of Integer) = Nothing, Optional minStorageMB As Nullable(Of Integer) = Nothing, Optional serviceLevelObjectives As IList(Of PerformanceTierServiceLevelObjectives) = Nothing)

Paramètres

id
String

ID du niveau de performance.

maxBackupRetentionDays
Nullable<Int32>

Conservation maximale de la sauvegarde en jours pour l’édition de niveau de performance

minBackupRetentionDays
Nullable<Int32>

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

maxStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

minLargeStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

maxLargeStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

minStorageMB
Nullable<Int32>

Stockage maximal autorisé pour un serveur.

serviceLevelObjectives
IList<PerformanceTierServiceLevelObjectives>

Objectifs de niveau de service associés au niveau de performance

S’applique à