ServiceCosmosDbConfigurationInfo Constructors

Definition

Overloads

ServiceCosmosDbConfigurationInfo()

Initializes a new instance of the ServiceCosmosDbConfigurationInfo class.

ServiceCosmosDbConfigurationInfo(Nullable<Int32>, String)

Initializes a new instance of the ServiceCosmosDbConfigurationInfo class.

ServiceCosmosDbConfigurationInfo()

Initializes a new instance of the ServiceCosmosDbConfigurationInfo class.

public ServiceCosmosDbConfigurationInfo ();
Public Sub New ()

Applies to

ServiceCosmosDbConfigurationInfo(Nullable<Int32>, String)

Initializes a new instance of the ServiceCosmosDbConfigurationInfo class.

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)

Parameters

offerThroughput
Nullable<Int32>

The provisioned throughput for the backing database.

keyVaultKeyUri
String

The URI of the customer-managed key for the backing database.

Applies to