Share via


IInMageVolumeExclusionOptions Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageVolumeExclusionOptionsTypeConverter))]
public interface IInMageVolumeExclusionOptions : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageVolumeExclusionOptionsTypeConverter))>]
type IInMageVolumeExclusionOptions = interface
    interface IJsonSerializable
Public Interface IInMageVolumeExclusionOptions
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

OnlyExcludeIfSingleVolume

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

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to