MySqlPerformanceTierServiceLevelObjectives Class

Definition

Service level objectives for performance tier.

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

Properties

Edition

Edition of the performance tier.

HardwareGeneration

Hardware generation associated with the service level objective.

Id

ID for the service level objective.

MaxBackupRetentionDays

Maximum Backup retention in days for the performance tier edition.

MaxStorageInMB

Max storage allowed for a server.

MinBackupRetentionDays

Minimum Backup retention in days for the performance tier edition.

MinStorageInMB

Max storage allowed for a server.

VCores

vCore associated with the service level objective.

Explicit Interface Implementations

IJsonModel<MySqlPerformanceTierServiceLevelObjectives>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlPerformanceTierServiceLevelObjectives>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlPerformanceTierServiceLevelObjectives>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlPerformanceTierServiceLevelObjectives>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlPerformanceTierServiceLevelObjectives>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to