DPMProtectedItemExtendedInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional information of DPM Protected item.
public class DPMProtectedItemExtendedInfo
type DPMProtectedItemExtendedInfo = class
Public Class DPMProtectedItemExtendedInfo
- Inheritance
-
DPMProtectedItemExtendedInfo
Constructors
DPMProtectedItemExtendedInfo() |
Initializes a new instance of the DPMProtectedItemExtendedInfo class. |
DPMProtectedItemExtendedInfo(IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>, String, String, String) |
Initializes a new instance of the DPMProtectedItemExtendedInfo class. |
Properties
DiskStorageUsedInBytes |
Gets or sets used Disk storage in bytes. |
IsCollocated |
Gets or sets to check if backup item is collocated. |
IsPresentOnCloud |
Gets or sets to check if backup item is cloud protected. |
LastBackupStatus |
Gets or sets last backup status information on backup item. |
LastRefreshedAt |
Gets or sets last refresh time on backup item. |
OldestRecoveryPoint |
Gets or sets oldest cloud recovery point time. |
OnPremiseLatestRecoveryPoint |
Gets or sets latest disk recovery point time. |
OnPremiseOldestRecoveryPoint |
Gets or sets oldest disk recovery point time. |
OnPremiseRecoveryPointCount |
Gets or sets disk recovery point count. |
ProtectableObjectLoadPath |
Gets or sets attribute to provide information on various DBs. |
ProtectedProperty |
Gets or sets to check if backup item is disk protected. |
ProtectionGroupName |
Gets or sets protection group name of the backup item. |
RecoveryPointCount |
Gets or sets cloud recovery point count. |
TotalDiskStorageSizeInBytes |
Gets or sets total Disk storage in bytes. |
Applies to
Azure SDK for .NET