PostgreSqlFlexibleServerLtrPreBackupResult Class

Definition

Response for the LTR pre-backup API call.

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

Properties

NumberOfContainers

Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc.

Explicit Interface Implementations

IJsonModel<PostgreSqlFlexibleServerLtrPreBackupResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlFlexibleServerLtrPreBackupResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlFlexibleServerLtrPreBackupResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlFlexibleServerLtrPreBackupResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlFlexibleServerLtrPreBackupResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to