PostgreSqlPerformanceTierProperties Class

Definition

Performance tier properties.

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

Properties

Id

ID of the performance tier.

MaxBackupRetentionDays

Maximum Backup retention in days for the performance tier edition.

MaxLargeStorageInMB

Max storage allowed for a server.

MaxStorageInMB

Max storage allowed for a server.

MinBackupRetentionDays

Minimum Backup retention in days for the performance tier edition.

MinLargeStorageInMB

Max storage allowed for a server.

MinStorageInMB

Max storage allowed for a server.

ServiceLevelObjectives

Service level objectives associated with the performance tier.

Explicit Interface Implementations

IJsonModel<PostgreSqlPerformanceTierProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlPerformanceTierProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlPerformanceTierProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlPerformanceTierProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlPerformanceTierProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to