MySqlPerformanceTier 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.
Performance tier properties.
public class MySqlPerformanceTier : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>
type MySqlPerformanceTier = class
interface IJsonModel<MySqlPerformanceTier>
interface IPersistableModel<MySqlPerformanceTier>
Public Class MySqlPerformanceTier
Implements IJsonModel(Of MySqlPerformanceTier), IPersistableModel(Of MySqlPerformanceTier)
- Inheritance
-
MySqlPerformanceTier
- Implements
Properties
Id |
ID of the performance tier. |
MaxBackupRetentionDays |
Maximum Backup retention in days for the performance tier edition. |
MaxLargeStorageInMB |
Max storage allowed for a server. |
MaxStorageInMB |
Max storage allowed for a server. |
MinBackupRetentionDays |
Minimum Backup retention in days for the performance tier edition. |
MinLargeStorageInMB |
Max storage allowed for a server. |
MinStorageInMB |
Max storage allowed for a server. |
ServiceLevelObjectives |
Service level objectives associated with the performance tier. |
Explicit Interface Implementations
IJsonModel<MySqlPerformanceTier>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlPerformanceTier>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlPerformanceTier>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlPerformanceTier>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlPerformanceTier>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET