次の方法で共有


CreateUpdateOptions コンストラクター

定義

オーバーロード

CreateUpdateOptions()

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

CreateUpdateOptions(IDictionary<String,Object>, String)

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

CreateUpdateOptions()

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

public CreateUpdateOptions ();
Public Sub New ()

適用対象

CreateUpdateOptions(IDictionary<String,Object>, String)

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

public CreateUpdateOptions (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string throughput = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional throughput As String = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

throughput
String

1 秒あたりの要求ユニット数。 たとえば、"throughput": "10000" です。

適用対象