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