Language

IOrderItemDetails.DeletionStatus Property

Definition

Describes whether the order item is deletable or not.

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Describes whether the order item is deletable or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.ActionStatusEnum) }, ReadOnly=true, Required=false, SerializedName="deletionStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.ActionStatusEnum? DeletionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Describes whether the order item is deletable or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.ActionStatusEnum) }, ReadOnly=true, Required=false, SerializedName="deletionStatus")>]
member this.DeletionStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.ActionStatusEnum>
Public ReadOnly Property DeletionStatus As Nullable(Of ActionStatusEnum)

Property Value

Attributes

Applies to