IInMageAzureV2ReplicationDetails.AzureVMDiskDetail Property

Definition

Azure VM Disk details.

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

Property Value

Attributes

Applies to