CosmosDbSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.CosmosDbSettingsTypeConverter))]
public class CosmosDbSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICosmosDbSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.CosmosDbSettingsTypeConverter))>]
type CosmosDbSettings = class
    interface ICosmosDbSettings
    interface IJsonSerializable
Public Class CosmosDbSettings
Implements ICosmosDbSettings
Inheritance
CosmosDbSettings
Attributes
Implements

Constructors

CosmosDbSettings()

Creates an new CosmosDbSettings instance.

Properties

CollectionsThroughput

The throughput of the collections in cosmosdb database

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CosmosDbSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CosmosDbSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ICosmosDbSettings.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CosmosDbSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to