Share via


PostgreSqlFlexibleServerStorageCapability Class

Definition

storage size in MB capability.

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

Properties

CapabilityStatus

The status of the capability.

(Inherited from PostgreSqlBaseCapability)
DefaultIopsTier

Default tier for IOPS.

MaximumStorageSizeMb

Maximum value of Storage size in MB.

Reason

The reason for the capability not being available.

(Inherited from PostgreSqlBaseCapability)
StorageSizeInMB

Storage size in MB.

SupportedIops

Supported IOPS.

SupportedIopsTiers

List of available options to upgrade the storage performance.

SupportedMaximumIops

Maximum IOPS supported by this #Vcores or PremiumV2_LRS Storage Size.

SupportedMaximumThroughput

Maximum values of throughput in MB/s.

SupportedThroughput

Values of throughput in MB/s.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from PostgreSqlBaseCapability)

Explicit Interface Implementations

IJsonModel<PostgreSqlBaseCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PostgreSqlBaseCapability)
IJsonModel<PostgreSqlBaseCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PostgreSqlBaseCapability)
IJsonModel<PostgreSqlFlexibleServerStorageCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerStorageCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlBaseCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PostgreSqlBaseCapability)
IPersistableModel<PostgreSqlBaseCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PostgreSqlBaseCapability)
IPersistableModel<PostgreSqlBaseCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PostgreSqlBaseCapability)
IPersistableModel<PostgreSqlFlexibleServerStorageCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerStorageCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerStorageCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to