次の方法で共有


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>

2 つのバックアップ間の間隔を分単位で表す整数

backupRetentionIntervalInHours
Nullable<Int32>

各バックアップが保持される時間 (時間単位) を表す整数

backupStorageRedundancy
String

バックアップ所在地の種類を示す列挙型。 使用可能な値は次のとおりです: 'Geo'、'Local'、'Zone'

適用対象