RecoveryPointDiskConfiguration 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.
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
Azure SDK for .NET