PostgreSqlFlexibleServerStorage Class

Definition

Storage properties of a server.

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

Constructors

PostgreSqlFlexibleServerStorage()

Initializes a new instance of PostgreSqlFlexibleServerStorage.

Properties

AutoGrow

Flag to enable / disable Storage Auto grow for flexible server.

Iops

Storage tier IOPS quantity.

StorageSizeInGB

Max storage allowed for a server.

Tier

Name of storage tier for IOPS.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerStorage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerStorage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerStorage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to