PerformanceTierServiceLevelObjectives Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- hardwareGeneration
- String
Hardware generation associated with the service level objective
Maximum Backup retention in days for the performance tier edition
Minimum Backup retention in days for the performance tier edition
Applies to
Azure SDK for .NET