次の方法で共有


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>

リソースがスケールアップできる最大スループットを表します。

適用対象