AzureIaaSVMProtectedItemExtendedInfo 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 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. |