InMageVolumeExclusionOptions 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.
Guest disk signature based disk exclusion option when doing enable protection of virtual machine in InMage provider.
public class InMageVolumeExclusionOptions
type InMageVolumeExclusionOptions = class
Public Class InMageVolumeExclusionOptions
- Inheritance
-
InMageVolumeExclusionOptions
Constructors
InMageVolumeExclusionOptions() |
Initializes a new instance of the InMageVolumeExclusionOptions class. |
InMageVolumeExclusionOptions(String, String) |
Initializes a new instance of the InMageVolumeExclusionOptions class. |
Properties
OnlyExcludeIfSingleVolume |
Gets or sets 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. |
VolumeLabel |
Gets or sets the volume label. The disk having any volume with this label will be excluded from replication. |