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. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET