MySqlFlexibleServerSkuCapability 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.
Sku capability.
public class MySqlFlexibleServerSkuCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSkuCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSkuCapability>
type MySqlFlexibleServerSkuCapability = class
interface IJsonModel<MySqlFlexibleServerSkuCapability>
interface IPersistableModel<MySqlFlexibleServerSkuCapability>
Public Class MySqlFlexibleServerSkuCapability
Implements IJsonModel(Of MySqlFlexibleServerSkuCapability), IPersistableModel(Of MySqlFlexibleServerSkuCapability)
- Inheritance
-
MySqlFlexibleServerSkuCapability
- Implements
Properties
Name |
vCore name. |
SupportedIops |
supported IOPS. |
SupportedMemoryPerVCoreInMB |
supported memory per vCore in MB. |
VCores |
supported vCores. |
Explicit Interface Implementations
IJsonModel<MySqlFlexibleServerSkuCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlFlexibleServerSkuCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlFlexibleServerSkuCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlFlexibleServerSkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlFlexibleServerSkuCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET