次の方法で共有


PeriodicModeProperties クラス

定義

定期モード バックアップの構成値

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

コンストラクター

PeriodicModeProperties()

PeriodicModeProperties クラスの新しいインスタンスを初期化します。

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

PeriodicModeProperties クラスの新しいインスタンスを初期化します。

プロパティ

BackupIntervalInMinutes

2 つのバックアップの間隔を分単位で表す整数を取得または設定します

BackupRetentionIntervalInHours

各バックアップが保持される時間 (時間単位) を表す整数を取得または設定します。

BackupStorageRedundancy

バックアップの保存場所の種類を示す列挙型を取得または設定します。 指定できる値は、'Geo'、'Local'、'Zone' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象