Share via


CosmosDBThroughputPoolPatch Class

Definition

Represents a throughput pool resource for updates.

public class CosmosDBThroughputPoolPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBThroughputPoolPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBThroughputPoolPatch>
type CosmosDBThroughputPoolPatch = class
    interface IJsonModel<CosmosDBThroughputPoolPatch>
    interface IPersistableModel<CosmosDBThroughputPoolPatch>
Public Class CosmosDBThroughputPoolPatch
Implements IJsonModel(Of CosmosDBThroughputPoolPatch), IPersistableModel(Of CosmosDBThroughputPoolPatch)
Inheritance
CosmosDBThroughputPoolPatch
Implements

Constructors

CosmosDBThroughputPoolPatch()

Initializes a new instance of CosmosDBThroughputPoolPatch.

Properties

MaxThroughput

Value for throughput to be shared among CosmosDB resources in the pool.

ProvisioningState

A provisioning state of the ThroughputPool.

Explicit Interface Implementations

IJsonModel<CosmosDBThroughputPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CosmosDBThroughputPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBThroughputPoolPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBThroughputPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CosmosDBThroughputPoolPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to