CreateUpdateOptions コンストラクター

定義

オーバーロード

CreateUpdateOptions()

CreateUpdateOptions クラスの新しいインスタンスを初期化します。

CreateUpdateOptions(Nullable<Int32>, AutoscaleSettings)

CreateUpdateOptions クラスの新しいインスタンスを初期化します。

CreateUpdateOptions()

CreateUpdateOptions クラスの新しいインスタンスを初期化します。

public CreateUpdateOptions ();
Public Sub New ()

適用対象

CreateUpdateOptions(Nullable<Int32>, AutoscaleSettings)

CreateUpdateOptions クラスの新しいインスタンスを初期化します。

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

パラメーター

throughput
Nullable<Int32>

1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。

autoscaleSettings
AutoscaleSettings

自動スケーリングの設定を指定します。

適用対象