AzureIaaSVMProtectedItemExtendedInfo Class

Definition

Additional information on Azure IaaS VM specific backup item.

public class AzureIaaSVMProtectedItemExtendedInfo
type AzureIaaSVMProtectedItemExtendedInfo = class
Public Class AzureIaaSVMProtectedItemExtendedInfo
Inheritance
AzureIaaSVMProtectedItemExtendedInfo

Constructors

AzureIaaSVMProtectedItemExtendedInfo()

Initializes a new instance of the AzureIaaSVMProtectedItemExtendedInfo class.

AzureIaaSVMProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the AzureIaaSVMProtectedItemExtendedInfo class.

AzureIaaSVMProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the AzureIaaSVMProtectedItemExtendedInfo class.

Properties

NewestRecoveryPointInArchive

Gets or sets the latest backup copy available for this backup item in archive tier

OldestRecoveryPoint

Gets or sets the oldest backup copy available for this backup item across all tiers.

OldestRecoveryPointInArchive

Gets or sets the oldest backup copy available for this backup item in archive tier

OldestRecoveryPointInVault

Gets or sets the oldest backup copy available for this backup item in vault tier

PolicyInconsistent

Gets or sets specifies if backup policy associated with the backup item is inconsistent.

RecoveryPointCount

Gets or sets number of backup copies available for this backup item.

Applies to