IJobDetails.DeviceErasureDetail 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 device data erasure details
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Holds device data erasure details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDeviceErasureDetails) }, ReadOnly=true, Required=false, SerializedName="deviceErasureDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDeviceErasureDetails DeviceErasureDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Holds device data erasure details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDeviceErasureDetails) }, ReadOnly=true, Required=false, SerializedName="deviceErasureDetails")>]
member this.DeviceErasureDetail : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDeviceErasureDetails
Public ReadOnly Property DeviceErasureDetail As IDeviceErasureDetails
Property Value
- Attributes