IDeviceErasureDetails.DeviceErasureStatus 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.
Holds the device erasure completion status
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Holds the device erasure completion status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus) }, ReadOnly=true, Required=false, SerializedName="deviceErasureStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus? DeviceErasureStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Holds the device erasure completion status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus) }, ReadOnly=true, Required=false, SerializedName="deviceErasureStatus")>]
member this.DeviceErasureStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StageStatus>
Public ReadOnly Property DeviceErasureStatus As Nullable(Of StageStatus)
Property Value
- Attributes