次の方法で共有


CassandraTableGetPropertiesOptions コンストラクター

定義

オーバーロード

CassandraTableGetPropertiesOptions()

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

CassandraTableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

CassandraTableGetPropertiesOptions()

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

public CassandraTableGetPropertiesOptions ();
Public Sub New ()

適用対象

CassandraTableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

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

パラメーター

throughput
Nullable<Int32>

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

autoscaleSettings
AutoscaleSettings

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

適用対象