PerformanceTierProperties Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PerformanceTierProperties() |
Initialisiert eine neue instance der PerformanceTierProperties-Klasse. |
PerformanceTierProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PerformanceTierServiceLevelObjectives>) |
Initialisiert eine neue instance der PerformanceTierProperties-Klasse. |
PerformanceTierProperties()
Initialisiert eine neue instance der PerformanceTierProperties-Klasse.
public PerformanceTierProperties ();
Public Sub New ()
Gilt für:
PerformanceTierProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PerformanceTierServiceLevelObjectives>)
Initialisiert eine neue instance der PerformanceTierProperties-Klasse.
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)
Parameter
- id
- String
ID der Leistungsebene.
Maximale Sicherungsaufbewahrung in Tagen für die Leistungsebenenedition
Mindestaufbewahrung von Sicherungen in Tagen für die Leistungsebenenedition
- serviceLevelObjectives
- IList<PerformanceTierServiceLevelObjectives>
Servicelevelziele, die der Leistungsstufe zugeordnet sind
Gilt für:
Azure SDK for .NET