IHyperVReplicaReplicationDetails.VMDiskDetail Property

Definition

VM disk details.

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

Property Value

Attributes

Applies to