ServiceCosmosDbConfigurationInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- keyVaultKeyUri
- String
The URI of the customer-managed key for the backing database.
Applies to
Azure SDK for .NET