次の方法で共有


ThroughputSettingsGetPropertiesResource コンストラクター

定義

オーバーロード

ThroughputSettingsGetPropertiesResource()

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

ThroughputSettingsGetPropertiesResource(Nullable<Int32>, AutoscaleSettingsResource, String, String, String, Nullable<Double>, String)

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

ThroughputSettingsGetPropertiesResource()

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

public ThroughputSettingsGetPropertiesResource ();
Public Sub New ()

適用対象

ThroughputSettingsGetPropertiesResource(Nullable<Int32>, AutoscaleSettingsResource, String, String, String, Nullable<Double>, String)

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

public ThroughputSettingsGetPropertiesResource (int? throughput = default, Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource autoscaleSettings = default, string minimumThroughput = default, string offerReplacePending = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetPropertiesResource : Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.AutoscaleSettingsResource * string * string * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetPropertiesResource
Public Sub New (Optional throughput As Nullable(Of Integer) = Nothing, Optional autoscaleSettings As AutoscaleSettingsResource = Nothing, Optional minimumThroughput As String = Nothing, Optional offerReplacePending As String = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

パラメーター

throughput
Nullable<Int32>

Cosmos DB リソースのスループットの値。 スループットが必要か、autoscaleSettings が必要ですが、両方は必要ありません。

autoscaleSettings
AutoscaleSettingsResource

自動スケーリング設定用の Cosmos DB リソース。 スループットが必要か、autoscaleSettings が必要ですが、両方は必要ありません。

minimumThroughput
String

リソースの最小スループット

offerReplacePending
String

スループットの置き換えが保留中です

_rid
String

システムによって生成されたプロパティ。 一意識別子。

_ts
Nullable<Double>

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティ。

_etag
String

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティ。

適用対象