ServerEditionCapabilityV2 Class

Definition

Server edition capabilities.

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

Properties

DefaultSku

Default Sku name.

DefaultStorageSize

Default storage size.

Name

Server edition name.

SupportedSkus

A list of supported Skus.

SupportedStorageEditions

A list of supported storage editions.

Explicit Interface Implementations

IJsonModel<ServerEditionCapabilityV2>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerEditionCapabilityV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerEditionCapabilityV2>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerEditionCapabilityV2>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerEditionCapabilityV2>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to