次の方法で共有


TableGetPropertiesOptions コンストラクター

定義

オーバーロード

TableGetPropertiesOptions()

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

TableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

TableGetPropertiesOptions()

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

public TableGetPropertiesOptions();
Public Sub New ()

適用対象

TableGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

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

パラメーター

throughput
Nullable<Int32>

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

autoscaleSettings
AutoscaleSettings

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

適用対象