IA2AReplicationIntentDetails.VMDisk Property

Definition

The list of vm disk details.

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

Property Value

Attributes

Applies to