IDataBoxCustomerDiskCopyProgress.CopyStatus 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.
The Status of the copy
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The Status of the copy", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus) }, ReadOnly=true, Required=false, SerializedName="copyStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus? CopyStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The Status of the copy", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus) }, ReadOnly=true, Required=false, SerializedName="copyStatus")>]
member this.CopyStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus>
Public ReadOnly Property CopyStatus As Nullable(Of CopyStatus)
Property Value
- Attributes