MySqlFlexibleServerStorage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage Profile properties of a server.
public class MySqlFlexibleServerStorage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerStorage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerStorage>
type MySqlFlexibleServerStorage = class
interface IJsonModel<MySqlFlexibleServerStorage>
interface IPersistableModel<MySqlFlexibleServerStorage>
Public Class MySqlFlexibleServerStorage
Implements IJsonModel(Of MySqlFlexibleServerStorage), IPersistableModel(Of MySqlFlexibleServerStorage)
- Inheritance
-
MySqlFlexibleServerStorage
- Implements
Constructors
MySqlFlexibleServerStorage() |
Initializes a new instance of MySqlFlexibleServerStorage. |
Properties
AutoGrow |
Enable Storage Auto Grow or not. |
AutoIoScaling |
Enable IO Auto Scaling or not. |
Iops |
Storage IOPS for a server. |
LogOnDisk |
Enable Log On Disk or not. |
StorageSizeInGB |
Max storage size allowed for a server. |
StorageSku |
The sku name of the server storage. |
Explicit Interface Implementations
IJsonModel<MySqlFlexibleServerStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlFlexibleServerStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlFlexibleServerStorage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlFlexibleServerStorage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlFlexibleServerStorage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |