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

PerformanceTierProperties 构造函数

定义

重载

PerformanceTierProperties()

初始化 PerformanceTierProperties 类的新实例。

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

初始化 PerformanceTierProperties 类的新实例。

PerformanceTierProperties()

初始化 PerformanceTierProperties 类的新实例。

public PerformanceTierProperties ();
Public Sub New ()

适用于

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

初始化 PerformanceTierProperties 类的新实例。

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)

参数

id
String

性能层的 ID。

maxBackupRetentionDays
Nullable<Int32>

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

minBackupRetentionDays
Nullable<Int32>

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

maxStorageMB
Nullable<Int32>

服务器允许的最大存储。

minLargeStorageMB
Nullable<Int32>

服务器允许的最大存储。

maxLargeStorageMB
Nullable<Int32>

服务器允许的最大存储。

minStorageMB
Nullable<Int32>

服务器允许的最大存储。

serviceLevelObjectives
IList<PerformanceTierServiceLevelObjectives>

与性能层关联的服务级别目标

适用于