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

AutoscaleSettings 构造函数

定义

重载

AutoscaleSettings()

初始化 AutoscaleSettings 类的新实例。

AutoscaleSettings(Nullable<Int32>)

初始化 AutoscaleSettings 类的新实例。

AutoscaleSettings()

初始化 AutoscaleSettings 类的新实例。

public AutoscaleSettings ();
Public Sub New ()

适用于

AutoscaleSettings(Nullable<Int32>)

初始化 AutoscaleSettings 类的新实例。

public AutoscaleSettings (int? maxThroughput = default);
new Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings : Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettings
Public Sub New (Optional maxThroughput As Nullable(Of Integer) = Nothing)

参数

maxThroughput
Nullable<Int32>

表示资源可纵向扩展的最大吞吐量。

适用于