IA2AReplicationIntentDetails.VMManagedDisk Property

Definition

The list of vm managed disk details.

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

Property Value

Attributes

Applies to