IHyperVReplicaAzureReplicationDetails.AzureVMDiskDetail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure VM Disk details.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Azure VM Disk details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAzureVMDiskDetails) }, ReadOnly=false, Required=false, SerializedName="azureVmDiskDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAzureVMDiskDetails[] AzureVMDiskDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Azure VM Disk details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAzureVMDiskDetails) }, ReadOnly=false, Required=false, SerializedName="azureVmDiskDetails")>]
member this.AzureVMDiskDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAzureVMDiskDetails[] with get, set
Public Property AzureVMDiskDetail As IAzureVMDiskDetails()
Property Value
- Attributes