PostgreSqlFlexibleServerSkuCapability Class

Definition

Sku capability.

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

Properties

CapabilityStatus

The status of the capability.

(Inherited from PostgreSqlBaseCapability)
Name

Sku name.

Reason

The reason for the capability not being available.

(Inherited from PostgreSqlBaseCapability)
SupportedHaMode

Supported high availability mode.

SupportedIops

Supported IOPS.

SupportedMemoryPerVcoreMb

Supported memory per vCore in MB.

SupportedZones

List of supported Availability Zones. E.g. "1", "2", "3".

VCores

Supported vCores.

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

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

IJsonModel<PostgreSqlFlexibleServerSkuCapability>.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<PostgreSqlFlexibleServerSkuCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerSkuCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerSkuCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to