MySqlFlexibleServerPatch Class

Definition

Parameters allowed to update for a server.

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

Constructors

MySqlFlexibleServerPatch()

Initializes a new instance of MySqlFlexibleServerPatch.

Properties

AdministratorLoginPassword

The password of the administrator login.

Backup

Backup related properties of a server.

DataEncryption

The Data Encryption for CMK.

HighAvailability

High availability related properties of a server.

Identity

The cmk identity for the server. Current supported identity types: UserAssigned.

MaintenanceWindow

Maintenance window of a server.

Network

Network related properties of a server.

ReplicationRole

The replication role of the server.

Sku

The SKU (pricing tier) of the server.

Storage

Storage related properties of a server.

Tags

Application-specific metadata in the form of key-value pairs.

Version

Server version.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to