IInMageVolumeExclusionOptions Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageVolumeExclusionOptionsTypeConverter))]
public interface IInMageVolumeExclusionOptions : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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) |