ServiceBusEncryption Class

Definition

Properties to configure Encryption.

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

Constructors

ServiceBusEncryption()

Initializes a new instance of ServiceBusEncryption.

Properties

KeySource

Enumerates the possible value of keySource for Encryption.

KeyVaultProperties

Properties of KeyVault.

RequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption).

Explicit Interface Implementations

IJsonModel<ServiceBusEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceBusEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceBusEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceBusEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to