Share via


MapsEncryption Class

Definition

(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.

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

Constructors

MapsEncryption()

Initializes a new instance of MapsEncryption.

Properties

CustomerManagedKeyEncryption

All Customer-managed key encryption properties for the resource.

InfrastructureEncryption

Values are enabled and disabled.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapsEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapsEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to