IDataBoxDiskJobDetails.CopyProgress 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.
Copy progress per disk.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Copy progress per disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyProgress) }, ReadOnly=true, Required=false, SerializedName="copyProgress")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyProgress[] CopyProgress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Copy progress per disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyProgress) }, ReadOnly=true, Required=false, SerializedName="copyProgress")>]
member this.CopyProgress : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyProgress[]
Public ReadOnly Property CopyProgress As IDataBoxDiskCopyProgress()
Property Value
- Attributes