ServiceCosmosDbConfigurationInfo Class

The settings for the Cosmos DB database backing the service.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServiceCosmosDbConfigurationInfo

Constructor

ServiceCosmosDbConfigurationInfo(*, offer_throughput: int | None = None, key_vault_key_uri: str | None = None, cross_tenant_cmk_application_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
offer_throughput
int

The provisioned throughput for the backing database.

key_vault_key_uri
str

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

cross_tenant_cmk_application_id
str

The multi-tenant application id used to enable CMK access for services in a data sovereign region.

Variables

Name Description
offer_throughput
int

The provisioned throughput for the backing database.

key_vault_key_uri
str

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

cross_tenant_cmk_application_id
str

The multi-tenant application id used to enable CMK access for services in a data sovereign region.