你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInMageVolumeExclusionOptions Interface

Definition

[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)

Applies to