PostgreSqlFlexibleServerStorageTierCapability Class

Definition

Represents capability of a storage tier.

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

Properties

CapabilityStatus

The status of the capability.

(Inherited from PostgreSqlBaseCapability)
Iops

Supported IOPS for this storage tier.

Name

Name to represent Storage tier capability.

Reason

The reason for the capability not being available.

(Inherited from PostgreSqlBaseCapability)
Status

Status os this storage tier.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerStorageTierCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerStorageTierCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to