DiskExclusionProperties 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
DiskExclusionProperties() |
Initializes a new instance of the DiskExclusionProperties class. |
DiskExclusionProperties(IList<Nullable<Int32>>, Nullable<Boolean>) |
Initializes a new instance of the DiskExclusionProperties class. |
DiskExclusionProperties()
Initializes a new instance of the DiskExclusionProperties class.
public DiskExclusionProperties ();
Public Sub New ()
Applies to
DiskExclusionProperties(IList<Nullable<Int32>>, Nullable<Boolean>)
Initializes a new instance of the DiskExclusionProperties class.
public DiskExclusionProperties (System.Collections.Generic.IList<int?> diskLunList = default, bool? isInclusionList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskExclusionProperties : System.Collections.Generic.IList<Nullable<int>> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskExclusionProperties
Public Sub New (Optional diskLunList As IList(Of Nullable(Of Integer)) = Nothing, Optional isInclusionList As Nullable(Of Boolean) = Nothing)
Parameters
List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection.
Flag to indicate whether DiskLunList is to be included/ excluded from backup.