CosmosDBServiceCreateOrUpdateContent Class

Definition

Parameters for Create or Update Request for ServiceResource.

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

Constructors

CosmosDBServiceCreateOrUpdateContent()

Initializes a new instance of CosmosDBServiceCreateOrUpdateContent.

Properties

InstanceCount

Instance count for the service.

InstanceSize

Instance type for the service.

ServiceType

ServiceType for the service.

Explicit Interface Implementations

IJsonModel<CosmosDBServiceCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBServiceCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBServiceCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBServiceCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBServiceCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to