EdgeOrderActionStatus 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 deletable or not.
public readonly struct EdgeOrderActionStatus : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderActionStatus>
type EdgeOrderActionStatus = struct
Public Structure EdgeOrderActionStatus
Implements IEquatable(Of EdgeOrderActionStatus)
- Inheritance
-
EdgeOrderActionStatus
- Implements
Constructors
EdgeOrderActionStatus(String) |
Initializes a new instance of EdgeOrderActionStatus. |
Properties
Allowed |
Allowed flag. |
NotAllowed |
Not Allowed flag. |
Methods
Equals(EdgeOrderActionStatus) |
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(EdgeOrderActionStatus, EdgeOrderActionStatus) |
Determines if two EdgeOrderActionStatus values are the same. |
Implicit(String to EdgeOrderActionStatus) |
Converts a string to a EdgeOrderActionStatus. |
Inequality(EdgeOrderActionStatus, EdgeOrderActionStatus) |
Determines if two EdgeOrderActionStatus values are not the same. |