你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LongTermRetentionBackup 类

定义

长期保留备份。

[Microsoft.Rest.Serialization.JsonTransformation]
public class LongTermRetentionBackup : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LongTermRetentionBackup = class
    inherit ProxyResource
Public Class LongTermRetentionBackup
Inherits ProxyResource
继承
LongTermRetentionBackup
属性

构造函数

LongTermRetentionBackup()

初始化 LongTermRetentionBackup 类的新实例。

LongTermRetentionBackup(String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String)

初始化 LongTermRetentionBackup 类的新实例。

属性

BackupExpirationTime

获取长期保留备份将过期的时间。

BackupStorageRedundancy

获取备份的存储冗余类型。 可能的值包括:“Geo”、“Local”、“Zone”、“GeoZone”

BackupTime

获取备份的时间

DatabaseDeletionTime

获取数据库的删除时间

DatabaseName

获取备份所属的数据库的名称

Id

获取资源 ID。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
RequestedBackupStorageRedundancy

获取或设置备份的存储冗余类型。 可能的值包括:“Geo”、“Local”、“Zone”、“GeoZone”

ServerCreateTime

获取服务器的创建时间。

ServerName

获取备份数据库所属的服务器名称。

Type

获取资源类型。

(继承自 Resource)

适用于