次の方法で共有


ServiceCosmosDbConfigurationInfo コンストラクター

定義

オーバーロード

ServiceCosmosDbConfigurationInfo()

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

ServiceCosmosDbConfigurationInfo(Nullable<Int32>, String)

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

ServiceCosmosDbConfigurationInfo()

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

public ServiceCosmosDbConfigurationInfo ();
Public Sub New ()

適用対象

ServiceCosmosDbConfigurationInfo(Nullable<Int32>, String)

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

public ServiceCosmosDbConfigurationInfo (int? offerThroughput = default, string keyVaultKeyUri = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServiceCosmosDbConfigurationInfo : Nullable<int> * string -> Microsoft.Azure.Management.HealthcareApis.Models.ServiceCosmosDbConfigurationInfo
Public Sub New (Optional offerThroughput As Nullable(Of Integer) = Nothing, Optional keyVaultKeyUri As String = Nothing)

パラメーター

offerThroughput
Nullable<Int32>

バッキング データベースのプロビジョニングされたスループット。

keyVaultKeyUri
String

バッキング データベースのカスタマー マネージド キーの URI。

適用対象