PostgreSqlBackupContent Class

Definition

BackupRequestBase is the base for all backup request.

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

Constructors

PostgreSqlBackupContent(PostgreSqlFlexibleServerBackupSettings)

Initializes a new instance of PostgreSqlBackupContent.

Properties

BackupName

Backup Name for the current backup.

Explicit Interface Implementations

IJsonModel<PostgreSqlBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to