HealthcareApisServiceCosmosDbConfiguration Class
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.
The settings for the Cosmos DB database backing the service.
public class HealthcareApisServiceCosmosDbConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceCosmosDbConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceCosmosDbConfiguration>
public class HealthcareApisServiceCosmosDbConfiguration
type HealthcareApisServiceCosmosDbConfiguration = class
interface IJsonModel<HealthcareApisServiceCosmosDbConfiguration>
interface IPersistableModel<HealthcareApisServiceCosmosDbConfiguration>
type HealthcareApisServiceCosmosDbConfiguration = class
Public Class HealthcareApisServiceCosmosDbConfiguration
Implements IJsonModel(Of HealthcareApisServiceCosmosDbConfiguration), IPersistableModel(Of HealthcareApisServiceCosmosDbConfiguration)
Public Class HealthcareApisServiceCosmosDbConfiguration
- Inheritance
-
HealthcareApisServiceCosmosDbConfiguration
- Implements
Constructors
HealthcareApisServiceCosmosDbConfiguration() |
Initializes a new instance of HealthcareApisServiceCosmosDbConfiguration. |
Properties
CrossTenantCmkApplicationId |
The multi-tenant application id used to enable CMK access for services in a data sovereign region. |
KeyVaultKeyUri |
The URI of the customer-managed key for the backing database. |
OfferThroughput |
The provisioned throughput for the backing database. |
Explicit Interface Implementations
IJsonModel<HealthcareApisServiceCosmosDbConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareApisServiceCosmosDbConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareApisServiceCosmosDbConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareApisServiceCosmosDbConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareApisServiceCosmosDbConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET