Language

IOrderItemDetails.DeletionStatus Property

Definition

Describes whether the order item is deletable or not.

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.PSArgumentCompleter(new System.String[] { "Allowed", "NotAllowed" })]
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Describes whether the order item is deletable or not.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="deletionStatus", Update=false)]
public string DeletionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.PSArgumentCompleter(new System.String[] { "Allowed", "NotAllowed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Describes whether the order item is deletable or not.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="deletionStatus", Update=false)>]
member this.DeletionStatus : string
Public ReadOnly Property DeletionStatus As String

Property Value

Attributes

Applies to