RecoveryPointDiskConfiguration Class

Definition

Disk configuration

public class RecoveryPointDiskConfiguration
type RecoveryPointDiskConfiguration = class
Public Class RecoveryPointDiskConfiguration
Inheritance
RecoveryPointDiskConfiguration

Constructors

RecoveryPointDiskConfiguration()

Initializes a new instance of the RecoveryPointDiskConfiguration class.

RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)

Initializes a new instance of the RecoveryPointDiskConfiguration class.

Properties

ExcludedDiskList

Gets or sets information of disks excluded from backup

IncludedDiskList

Gets or sets information of disks included in backup

NumberOfDisksAttachedToVm

Gets or sets number of disks attached to the VM

NumberOfDisksIncludedInBackup

Gets or sets number of disks included in backup

Applies to