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