MySqlFlexibleServerDataEncryption Class

Definition

The date encryption for cmk.

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

Constructors

MySqlFlexibleServerDataEncryption()

Initializes a new instance of MySqlFlexibleServerDataEncryption.

Properties

EncryptionType

The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.

GeoBackupKeyUri

Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup.

GeoBackupUserAssignedIdentityId

Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup.

PrimaryKeyUri

Primary key uri.

PrimaryUserAssignedIdentityId

Primary user identity resource id.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerDataEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerDataEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerDataEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerDataEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerDataEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to