Aracılığıyla paylaş


PerformanceTierServiceLevelObjectives Constructors

Definition

Overloads

PerformanceTierServiceLevelObjectives()

Initializes a new instance of the PerformanceTierServiceLevelObjectives class.

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

Initializes a new instance of the PerformanceTierServiceLevelObjectives class.

PerformanceTierServiceLevelObjectives()

Initializes a new instance of the PerformanceTierServiceLevelObjectives class.

public PerformanceTierServiceLevelObjectives ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PerformanceTierServiceLevelObjectives class.

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.MySQL.Models.PerformanceTierServiceLevelObjectives : string * string * Nullable<int> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.MySQL.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)

Parameters

id
String

ID for the service level objective.

edition
String

Edition of the performance tier.

vCore
Nullable<Int32>

vCore associated with the service level objective

hardwareGeneration
String

Hardware generation associated with the service level objective

maxBackupRetentionDays
Nullable<Int32>

Maximum Backup retention in days for the performance tier edition

minBackupRetentionDays
Nullable<Int32>

Minimum Backup retention in days for the performance tier edition

maxStorageMB
Nullable<Int32>

Max storage allowed for a server.

minStorageMB
Nullable<Int32>

Max storage allowed for a server.

Applies to