IVMwareCbtMigrationDetails.ProtectedDisk Property

Definition

The list of protected disks.

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

Property Value

Attributes

Applies to