IA2AReplicationDetails.UnprotectedDisk 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 list of unprotected disks.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of unprotected disks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AUnprotectedDiskDetails) }, ReadOnly=false, Required=false, SerializedName="unprotectedDisks")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AUnprotectedDiskDetails[] UnprotectedDisk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of unprotected disks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AUnprotectedDiskDetails) }, ReadOnly=false, Required=false, SerializedName="unprotectedDisks")>]
member this.UnprotectedDisk : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AUnprotectedDiskDetails[] with get, set
Public Property UnprotectedDisk As IA2AUnprotectedDiskDetails()
Property Value
- Attributes