CosmosDBSqlClientEncryptionKeyProperties Class

Definition

The CosmosDBSqlClientEncryptionKeyProperties.

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

Constructors

CosmosDBSqlClientEncryptionKeyProperties()

Initializes a new instance of CosmosDBSqlClientEncryptionKeyProperties.

Properties

EncryptionAlgorithm

Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
ETag

A system generated property representing the resource etag required for optimistic concurrency control.

Id

Name of the ClientEncryptionKey.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
KeyWrapMetadata

Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

A system generated property that denotes the last updated timestamp of the resource.

WrappedDataEncryptionKey

Wrapped (encrypted) form of the key represented as a byte array.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)

Explicit Interface Implementations

IJsonModel<CosmosDBSqlClientEncryptionKeyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBSqlClientEncryptionKeyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<CosmosDBSqlClientEncryptionKeyResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
IJsonModel<CosmosDBSqlClientEncryptionKeyResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
IPersistableModel<CosmosDBSqlClientEncryptionKeyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBSqlClientEncryptionKeyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBSqlClientEncryptionKeyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<CosmosDBSqlClientEncryptionKeyResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
IPersistableModel<CosmosDBSqlClientEncryptionKeyResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)
IPersistableModel<CosmosDBSqlClientEncryptionKeyResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo)

Applies to