Delen via


InMageVolumeExclusionOptions Constructors

Definition

Overloads

InMageVolumeExclusionOptions()

Initializes a new instance of the InMageVolumeExclusionOptions class.

InMageVolumeExclusionOptions(String, String)

Initializes a new instance of the InMageVolumeExclusionOptions class.

InMageVolumeExclusionOptions()

Initializes a new instance of the InMageVolumeExclusionOptions class.

public InMageVolumeExclusionOptions ();
Public Sub New ()

Applies to

InMageVolumeExclusionOptions(String, String)

Initializes a new instance of the InMageVolumeExclusionOptions class.

public InMageVolumeExclusionOptions (string volumeLabel = default, string onlyExcludeIfSingleVolume = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageVolumeExclusionOptions : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageVolumeExclusionOptions
Public Sub New (Optional volumeLabel As String = Nothing, Optional onlyExcludeIfSingleVolume As String = Nothing)

Parameters

volumeLabel
String

The volume label. The disk having any volume with this label will be excluded from replication.

onlyExcludeIfSingleVolume
String

The value indicating whether to exclude multi volume disk or not. If a disk has multiple volumes and one of the volume has label matching with VolumeLabel this disk will be excluded from replication if OnlyExcludeIfSingleVolume is false.

Applies to