Share via


SynapseEncryptionDetails Class

Definition

Details of the encryption associated with the workspace.

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

Constructors

SynapseEncryptionDetails()

Initializes a new instance of SynapseEncryptionDetails.

Properties

Cmk

Customer Managed Key Details.

IsDoubleEncryptionEnabled

Double Encryption enabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseEncryptionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseEncryptionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseEncryptionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseEncryptionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseEncryptionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to