Freigeben über


PerformanceTierProperties Konstruktoren

Definition

Ü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.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)

Parameter

id
String

ID der Leistungsebene.

maxBackupRetentionDays
Nullable<Int32>

Maximale Sicherungsaufbewahrung in Tagen für die Leistungsebenenedition

minBackupRetentionDays
Nullable<Int32>

Mindestaufbewahrung von Sicherungen in Tagen für die Leistungsebenenedition

maxStorageMB
Nullable<Int32>

Maximal zulässiger Speicher für einen Server.

minLargeStorageMB
Nullable<Int32>

Maximal zulässiger Speicher für einen Server.

maxLargeStorageMB
Nullable<Int32>

Maximal zulässiger Speicher für einen Server.

minStorageMB
Nullable<Int32>

Maximal zulässiger Speicher für einen Server.

serviceLevelObjectives
IList<PerformanceTierServiceLevelObjectives>

Servicelevelziele, die der Leistungsstufe zugeordnet sind

Gilt für: