PostgreSqlFlexibleServerSku 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 information related properties of a server.
public class PostgreSqlFlexibleServerSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSku>
type PostgreSqlFlexibleServerSku = class
interface IJsonModel<PostgreSqlFlexibleServerSku>
interface IPersistableModel<PostgreSqlFlexibleServerSku>
Public Class PostgreSqlFlexibleServerSku
Implements IJsonModel(Of PostgreSqlFlexibleServerSku), IPersistableModel(Of PostgreSqlFlexibleServerSku)
- Inheritance
-
PostgreSqlFlexibleServerSku
- Implements
Constructors
PostgreSqlFlexibleServerSku(String, PostgreSqlFlexibleServerSkuTier) |
Initializes a new instance of PostgreSqlFlexibleServerSku. |
Properties
Name |
The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. |
Tier |
The tier of the particular SKU, e.g. Burstable. |
Explicit Interface Implementations
IJsonModel<PostgreSqlFlexibleServerSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PostgreSqlFlexibleServerSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PostgreSqlFlexibleServerSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PostgreSqlFlexibleServerSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PostgreSqlFlexibleServerSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET