Share via


IaasVmProtectedItem Class

Definition

IaaS VM workload-specific backup item. Please note IaasVmProtectedItem is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include IaasClassicComputeVmProtectedItem and IaasComputeVmProtectedItem.

public class IaasVmProtectedItem : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectedItem
type IaasVmProtectedItem = class
    inherit BackupGenericProtectedItem
Public Class IaasVmProtectedItem
Inherits BackupGenericProtectedItem
Inheritance
IaasVmProtectedItem
Derived

Constructors

IaasVmProtectedItem()

Initializes a new instance of IaasVmProtectedItem.

Properties

BackupManagementType

Type of backup management for the backed up item.

(Inherited from BackupGenericProtectedItem)
BackupSetName

Name of the backup set the backup item belongs to.

(Inherited from BackupGenericProtectedItem)
ContainerName

Unique name of container.

(Inherited from BackupGenericProtectedItem)
CreateMode

Create mode to indicate recovery of existing soft deleted data source or creation of new data source.

(Inherited from BackupGenericProtectedItem)
DeferredDeletedOn

Time for deferred deletion in UTC.

(Inherited from BackupGenericProtectedItem)
DeferredDeleteTimeRemaining

Time remaining before the DS marked for deferred delete is permanently deleted.

(Inherited from BackupGenericProtectedItem)
ExtendedInfo

Additional information for this backup item.

ExtendedProperties

Extended Properties for Azure IaasVM Backup.

FriendlyName

Friendly name of the VM represented by this backup item.

HealthDetails

Health details on this backup item.

HealthStatus

Health status of protected item.

IsArchiveEnabled

Flag to identify whether datasource is protected in archive.

(Inherited from BackupGenericProtectedItem)
IsDeferredDeleteScheduleUpcoming

Flag to identify whether the deferred deleted DS is to be purged soon.

(Inherited from BackupGenericProtectedItem)
IsRehydrate

Flag to identify that deferred deleted DS is to be moved into Pause state.

(Inherited from BackupGenericProtectedItem)
IsScheduledForDeferredDelete

Flag to identify whether the DS is scheduled for deferred delete.

(Inherited from BackupGenericProtectedItem)
KpisHealths

Health details of different KPIs.

LastBackupOn

Timestamp of the last backup operation on this backup item.

LastBackupStatus

Last backup operation status.

LastRecoverOn

Timestamp when the last (latest) backup copy was created for this backup item.

(Inherited from BackupGenericProtectedItem)
PolicyId

ID of the backup policy with which this item is backed up.

(Inherited from BackupGenericProtectedItem)
PolicyName

Name of the policy used for protection.

(Inherited from BackupGenericProtectedItem)
ProtectedItemDataId

Data ID of the protected item.

ProtectionState

Backup state of this backup item.

ProtectionStatus

Backup status of this backup item.

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

(Inherited from BackupGenericProtectedItem)
SoftDeleteRetentionPeriodInDays

Soft delete retention period in days.

(Inherited from BackupGenericProtectedItem)
SourceResourceId

ARM ID of the resource to be backed up.

(Inherited from BackupGenericProtectedItem)
VaultId

ID of the vault which protects this item.

(Inherited from BackupGenericProtectedItem)
VirtualMachineId

Fully qualified ARM ID of the virtual machine represented by this item.

WorkloadType

Type of workload this item represents.

(Inherited from BackupGenericProtectedItem)

Applies to