IA2AReplicationDetails.UnprotectedDisk Property

Definition

The list of unprotected disks.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of unprotected disks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IA2AUnprotectedDiskDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="unprotectedDisks", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IA2AUnprotectedDiskDetails> UnprotectedDisk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of unprotected disks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IA2AUnprotectedDiskDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="unprotectedDisks", Update=true)>]
member this.UnprotectedDisk : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IA2AUnprotectedDiskDetails> with get, set
Public Property UnprotectedDisk As List(Of IA2AUnprotectedDiskDetails)

Property Value

Attributes

Applies to