MySqlStorageProfile Class

Definition

Storage Profile properties of a server.

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

Constructors

MySqlStorageProfile()

Initializes a new instance of MySqlStorageProfile.

Properties

BackupRetentionDays

Backup retention days for the server.

GeoRedundantBackup

Enable Geo-redundant or not for server backup.

StorageAutogrow

Enable Storage Auto Grow.

StorageInMB

Max storage allowed for a server.

Explicit Interface Implementations

IJsonModel<MySqlStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to