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

PeriodicModeProperties 类

定义

定期模式备份的配置值

public class PeriodicModeProperties
type PeriodicModeProperties = class
Public Class PeriodicModeProperties
继承
PeriodicModeProperties

构造函数

PeriodicModeProperties()

初始化 PeriodicModeProperties 类的新实例。

PeriodicModeProperties(Nullable<Int32>, Nullable<Int32>, String)

初始化 PeriodicModeProperties 类的新实例。

属性

BackupIntervalInMinutes

获取或设置一个整数,表示两次备份之间的间隔(以分钟为单位)

BackupRetentionIntervalInHours

获取或设置一个整数,表示保留每个备份) (的时间(以小时为单位)

BackupStorageRedundancy

获取或设置枚举以指示备份驻留的类型。 可能的值包括:“Geo”、“Local”、“Zone”

方法

Validate()

验证 对象。

适用于