DiskExclusionProperties Constructors

Definition

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

diskLunList
IList<Nullable<Int32>>

List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection.

isInclusionList
Nullable<Boolean>

Flag to indicate whether DiskLunList is to be included/ excluded from backup.

Applies to