IOrderItemDetails.CancellationStatus 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.
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