Language

IOrderItemDetails.CancellationStatus Property

Definition

Describes whether the order item is cancellable or not.

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

Property Value

Attributes

Applies to