PostgreSqlFlexibleServerLtrBackupContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request that is made for a long term retention backup.
public class PostgreSqlFlexibleServerLtrBackupContent : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBackupContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrBackupContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrBackupContent>
type PostgreSqlFlexibleServerLtrBackupContent = class
inherit PostgreSqlBackupContent
interface IJsonModel<PostgreSqlFlexibleServerLtrBackupContent>
interface IPersistableModel<PostgreSqlFlexibleServerLtrBackupContent>
Public Class PostgreSqlFlexibleServerLtrBackupContent
Inherits PostgreSqlBackupContent
Implements IJsonModel(Of PostgreSqlFlexibleServerLtrBackupContent), IPersistableModel(Of PostgreSqlFlexibleServerLtrBackupContent)
- Inheritance
- Implements
Constructors
PostgreSqlFlexibleServerLtrBackupContent(PostgreSqlFlexibleServerBackupSettings, PostgreSqlFlexibleServerBackupStoreDetails) |
Initializes a new instance of PostgreSqlFlexibleServerLtrBackupContent. |
Properties
BackupName |
Backup Name for the current backup. (Inherited from PostgreSqlBackupContent) |
TargetDetailsSasUriList |
List of SAS uri of storage containers where backup data is to be streamed/copied. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from PostgreSqlBackupContent) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET