次の方法で共有


OptionsResource コンストラクター

定義

オーバーロード

OptionsResource()

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

OptionsResource(Nullable<Int32>, AutoscaleSettings)

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

OptionsResource()

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

public OptionsResource ();
Public Sub New ()

適用対象

OptionsResource(Nullable<Int32>, AutoscaleSettings)

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

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

パラメーター

throughput
Nullable<Int32>

Cosmos DB リソースのスループットまたは autoscaleSettings の値。 オファーの詳細を取得するときは、ThroughputSetting リソースを使用します。

autoscaleSettings
AutoscaleSettings

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

適用対象