你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PerformanceTierServiceLevelObjectives 构造函数

定义

重载

PerformanceTierServiceLevelObjectives()

初始化 PerformanceTierServiceLevelObjectives 类的新实例。

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

初始化 PerformanceTierServiceLevelObjectives 类的新实例。

PerformanceTierServiceLevelObjectives()

初始化 PerformanceTierServiceLevelObjectives 类的新实例。

public PerformanceTierServiceLevelObjectives ();
Public Sub New ()

适用于

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

初始化 PerformanceTierServiceLevelObjectives 类的新实例。

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

参数

id
String

服务级别目标的 ID。

edition
String

性能层的版本。

vCore
Nullable<Int32>

与服务级别目标关联的 vCore

hardwareGeneration
String

与服务级别目标关联的硬件代系

maxBackupRetentionDays
Nullable<Int32>

性能层版本的最大备份保留期(以天为单位)

minBackupRetentionDays
Nullable<Int32>

性能层版本的最小备份保留期(以天为单位)

maxStorageMB
Nullable<Int32>

服务器允许的最大存储。

minStorageMB
Nullable<Int32>

服务器允许的最大存储。

适用于