次の方法で共有


ServiceCosmosDbConfigurationInfo Class

Definition

The settings for the Cosmos DB database backing the service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServiceCosmosDbConfigurationInfoTypeConverter))]
public class ServiceCosmosDbConfigurationInfo : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceCosmosDbConfigurationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServiceCosmosDbConfigurationInfoTypeConverter))>]
type ServiceCosmosDbConfigurationInfo = class
    interface IServiceCosmosDbConfigurationInfo
    interface IJsonSerializable
Public Class ServiceCosmosDbConfigurationInfo
Implements IServiceCosmosDbConfigurationInfo
Inheritance
ServiceCosmosDbConfigurationInfo
Attributes
Implements

Constructors

ServiceCosmosDbConfigurationInfo()

Creates an new ServiceCosmosDbConfigurationInfo instance.

Properties

KeyVaultKeyUri

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

OfferThroughput

The provisioned throughput for the backing database.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceCosmosDbConfigurationInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceCosmosDbConfigurationInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceCosmosDbConfigurationInfo.

FromJsonString(String)

Creates a new instance of ServiceCosmosDbConfigurationInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceCosmosDbConfigurationInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to