OrderItemCancellationStatus Struct
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.
public readonly struct OrderItemCancellationStatus : IEquatable<Azure.ResourceManager.EdgeOrder.Models.OrderItemCancellationStatus>
type OrderItemCancellationStatus = struct
Public Structure OrderItemCancellationStatus
Implements IEquatable(Of OrderItemCancellationStatus)
- Inheritance
-
OrderItemCancellationStatus
- Implements
Constructors
OrderItemCancellationStatus(String) |
Initializes a new instance of OrderItemCancellationStatus. |
Properties
Cancellable |
Order item can be cancelled without fee. |
CancellableWithFee |
Order item can be cancelled with fee. |
NotCancellable |
Order item not cancellable. |
Methods
Equals(OrderItemCancellationStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OrderItemCancellationStatus, OrderItemCancellationStatus) |
Determines if two OrderItemCancellationStatus values are the same. |
Implicit(String to OrderItemCancellationStatus) |
Converts a string to a OrderItemCancellationStatus. |
Inequality(OrderItemCancellationStatus, OrderItemCancellationStatus) |
Determines if two OrderItemCancellationStatus values are not the same. |
Applies to
Azure SDK for .NET