PerformanceTierProperties 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
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.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> serviceLevelObjectives = default);
new Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierServiceLevelObjectives> -> Microsoft.Azure.Management.PostgreSQL.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.
Conservation maximale de la sauvegarde en jours pour l’édition de niveau de performance
Rétention de sauvegarde minimale en jours pour l’édition du niveau de performance
- serviceLevelObjectives
- IList<PerformanceTierServiceLevelObjectives>
Objectifs de niveau de service associés au niveau de performance
S’applique à
Azure SDK for .NET