ServerSku Class

Definition

Sku information related properties of a server.

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

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<ServerSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to