SqlDatabaseKey Class

Definition

Database level key used for encryption at rest.

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

Constructors

SqlDatabaseKey()

Initializes a new instance of SqlDatabaseKey.

Properties

CreatedOn

The database key creation date.

KeyType

The database key type. Only supported value is 'AzureKeyVault'.

Subregion

Subregion of the server key.

Thumbprint

Thumbprint of the database key.

Explicit Interface Implementations

IJsonModel<SqlDatabaseKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlDatabaseKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlDatabaseKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlDatabaseKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlDatabaseKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to