SqlSku 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.
An ARM Resource SKU.
public class SqlSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlSku>
type SqlSku = class
interface IJsonModel<SqlSku>
interface IPersistableModel<SqlSku>
Public Class SqlSku
Implements IJsonModel(Of SqlSku), IPersistableModel(Of SqlSku)
- Inheritance
-
SqlSku
- Implements
Constructors
SqlSku(String) |
Initializes a new instance of SqlSku. |
Properties
Capacity |
Capacity of the particular SKU. |
Family |
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
Name |
The name of the SKU, typically, a letter + Number code, e.g. P3. |
Size |
Size of the particular SKU. |
Tier |
The tier or edition of the particular SKU, e.g. Basic, Premium. |
Explicit Interface Implementations
IJsonModel<SqlSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET