PostgreSqlFlexibleServerBackupProperties Class

Definition

Backup properties of a server.

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

Constructors

PostgreSqlFlexibleServerBackupProperties()

Initializes a new instance of PostgreSqlFlexibleServerBackupProperties.

Properties

BackupRetentionDays

Backup retention days for the server.

EarliestRestoreOn

The earliest restore point time (ISO8601 format) for server.

GeoRedundantBackup

A value indicating whether Geo-Redundant backup is enabled on the server.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerBackupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerBackupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerBackupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerBackupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerBackupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to