MySqlFlexibleServerConfigurationListForBatchUpdate Class

Definition

A list of server configurations to update.

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

Constructors

MySqlFlexibleServerConfigurationListForBatchUpdate()

Initializes a new instance of MySqlFlexibleServerConfigurationListForBatchUpdate.

Properties

ResetAllToDefault

Whether to reset all server parameters to default.

Values

The list of server configurations.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServerConfigurationListForBatchUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServerConfigurationListForBatchUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServerConfigurationListForBatchUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServerConfigurationListForBatchUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServerConfigurationListForBatchUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to