次の方法で共有


MabFileFolderProtectedItemExtendedInfo コンストラクター

定義

オーバーロード

MabFileFolderProtectedItemExtendedInfo()

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

MabFileFolderProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>)

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

MabFileFolderProtectedItemExtendedInfo()

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

public MabFileFolderProtectedItemExtendedInfo ();
Public Sub New ()

適用対象

MabFileFolderProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>)

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

public MabFileFolderProtectedItemExtendedInfo (DateTime? lastRefreshedAt = default, DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabFileFolderProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<DateTime> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabFileFolderProtectedItemExtendedInfo
Public Sub New (Optional lastRefreshedAt As Nullable(Of DateTime) = Nothing, Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing)

パラメーター

lastRefreshedAt
Nullable<DateTime>

エージェント データがサービスに同期された最後の時刻。

oldestRecoveryPoint
Nullable<DateTime>

使用可能な最も古いバックアップ コピー。

recoveryPointCount
Nullable<Int32>

バックアップ項目に関連付けられているバックアップ コピーの数。

適用対象