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

PeriodicModeProperties 构造函数

定义

重载

PeriodicModeProperties()

初始化 PeriodicModeProperties 类的新实例。

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

初始化 PeriodicModeProperties 类的新实例。

PeriodicModeProperties()

初始化 PeriodicModeProperties 类的新实例。

public PeriodicModeProperties ();
Public Sub New ()

适用于

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

初始化 PeriodicModeProperties 类的新实例。

public PeriodicModeProperties (int? backupIntervalInMinutes = default, int? backupRetentionIntervalInHours = default, string backupStorageRedundancy = default);
new Microsoft.Azure.Management.CosmosDB.Models.PeriodicModeProperties : Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.CosmosDB.Models.PeriodicModeProperties
Public Sub New (Optional backupIntervalInMinutes As Nullable(Of Integer) = Nothing, Optional backupRetentionIntervalInHours As Nullable(Of Integer) = Nothing, Optional backupStorageRedundancy As String = Nothing)

参数

backupIntervalInMinutes
Nullable<Int32>

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

backupRetentionIntervalInHours
Nullable<Int32>

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

backupStorageRedundancy
String

用于指示备份驻留类型的枚举。 可能的值包括:“Geo”、“Local”、“Zone”

适用于