MySqlServerUpgradeContent Class

Definition

The MySqlServerUpgradeContent.

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

Constructors

MySqlServerUpgradeContent()

Initializes a new instance of MySqlServerUpgradeContent.

Properties

TargetServerVersion

Represents an server storage profile.

Explicit Interface Implementations

IJsonModel<MySqlServerUpgradeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlServerUpgradeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlServerUpgradeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlServerUpgradeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlServerUpgradeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to