CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent Class

Definition

Parameters to create and update ClientEncryptionKey.

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

Constructors

CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent(CosmosDBSqlClientEncryptionKeyResourceInfo)

Initializes a new instance of CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent.

Properties

Resource

The standard JSON format of a ClientEncryptionKey.

Explicit Interface Implementations

IJsonModel<CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBSqlClientEncryptionKeyCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to