Bagikan melalui


MabFileFolderProtectedItemExtendedInfo Constructors

Definition

Overloads

MabFileFolderProtectedItemExtendedInfo()

Initializes a new instance of the MabFileFolderProtectedItemExtendedInfo class.

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

Initializes a new instance of the MabFileFolderProtectedItemExtendedInfo class.

MabFileFolderProtectedItemExtendedInfo()

Initializes a new instance of the MabFileFolderProtectedItemExtendedInfo class.

public MabFileFolderProtectedItemExtendedInfo ();
Public Sub New ()

Applies to

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

Initializes a new instance of the MabFileFolderProtectedItemExtendedInfo class.

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)

Parameters

lastRefreshedAt
Nullable<DateTime>

Last time when the agent data synced to service.

oldestRecoveryPoint
Nullable<DateTime>

The oldest backup copy available.

recoveryPointCount
Nullable<Int32>

Number of backup copies associated with the backup item.

Applies to