次の方法で共有


MongoDBCollectionGetPropertiesOptions コンストラクター

定義

オーバーロード

MongoDBCollectionGetPropertiesOptions()

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

MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

MongoDBCollectionGetPropertiesOptions()

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

public MongoDBCollectionGetPropertiesOptions();
Public Sub New ()

適用対象

MongoDBCollectionGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

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

パラメーター

throughput
Nullable<Int32>

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

autoscaleSettings
AutoscaleSettings

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

適用対象