EventHubsEncryption Class

Definition

Properties to configure Encryption.

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

Constructors

EventHubsEncryption()

Initializes a new instance of EventHubsEncryption.

Properties

KeySource

Enumerates the possible value of keySource for Encryption.

KeyVaultProperties

Properties of KeyVault.

RequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption).

Explicit Interface Implementations

IJsonModel<EventHubsEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to