IInMageDiskExclusionInput.VolumeOption Property
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.
The volume label based option for disk exclusion.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The volume label based option for disk exclusion.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageVolumeExclusionOptions) }, ReadOnly=false, Required=false, SerializedName="volumeOptions")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageVolumeExclusionOptions[] VolumeOption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The volume label based option for disk exclusion.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageVolumeExclusionOptions) }, ReadOnly=false, Required=false, SerializedName="volumeOptions")>]
member this.VolumeOption : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageVolumeExclusionOptions[] with get, set
Public Property VolumeOption As IInMageVolumeExclusionOptions()
Property Value
- Attributes