Share via


IOrderItemDetails.CancellationStatus Property

Definition

Describes whether the order item is cancellable or not.

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

Property Value

Attributes

Applies to