次の方法で共有


GremlinGraphGetPropertiesOptions コンストラクター

定義

オーバーロード

GremlinGraphGetPropertiesOptions()

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

GremlinGraphGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

GremlinGraphGetPropertiesOptions()

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

public GremlinGraphGetPropertiesOptions();
Public Sub New ()

適用対象

GremlinGraphGetPropertiesOptions(Nullable<Int32>, AutoscaleSettings)

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

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

パラメーター

throughput
Nullable<Int32>

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

autoscaleSettings
AutoscaleSettings

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

適用対象