Condividi tramite


IDataBoxDiskCopyProgress.Status Property

Definition

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="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus? Status { 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="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CopyStatus>
Public ReadOnly Property Status As Nullable(Of CopyStatus)

Property Value

Attributes

Applies to