RecoveryPointDiskConfiguration Constructors
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.
Overloads
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. |
RecoveryPointDiskConfiguration()
Initializes a new instance of the RecoveryPointDiskConfiguration class.
public RecoveryPointDiskConfiguration ();
Public Sub New ()
Applies to
RecoveryPointDiskConfiguration(Nullable<Int32>, Nullable<Int32>, IList<DiskInformation>, IList<DiskInformation>)
Initializes a new instance of the RecoveryPointDiskConfiguration class.
public RecoveryPointDiskConfiguration (int? numberOfDisksIncludedInBackup = default, int? numberOfDisksAttachedToVm = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> includedDiskList = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> excludedDiskList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointDiskConfiguration : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointDiskConfiguration
Public Sub New (Optional numberOfDisksIncludedInBackup As Nullable(Of Integer) = Nothing, Optional numberOfDisksAttachedToVm As Nullable(Of Integer) = Nothing, Optional includedDiskList As IList(Of DiskInformation) = Nothing, Optional excludedDiskList As IList(Of DiskInformation) = Nothing)
Parameters
- includedDiskList
- IList<DiskInformation>
Information of disks included in backup
- excludedDiskList
- IList<DiskInformation>
Information of disks excluded from backup
Applies to
Azure SDK for .NET