EdgeOrderOrderMode 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.
Defines the mode of the Order item.
public readonly struct EdgeOrderOrderMode : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderOrderMode>
type EdgeOrderOrderMode = struct
Public Structure EdgeOrderOrderMode
Implements IEquatable(Of EdgeOrderOrderMode)
- Inheritance
-
EdgeOrderOrderMode
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeOrderOrderMode(String) |
Initializes a new instance of EdgeOrderOrderMode. |
Properties
| Name | Description |
|---|---|
| Default |
Default Order mode. |
| DoNotFulfill |
Mode in which the Order will not be fulfilled. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeOrderOrderMode) |
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
| Name | Description |
|---|---|
| Equality(EdgeOrderOrderMode, EdgeOrderOrderMode) |
Determines if two EdgeOrderOrderMode values are the same. |
| Implicit(String to EdgeOrderOrderMode) |
Converts a string to a EdgeOrderOrderMode. |
| Implicit(String to Nullable<EdgeOrderOrderMode>) | |
| Inequality(EdgeOrderOrderMode, EdgeOrderOrderMode) |
Determines if two EdgeOrderOrderMode values are not the same. |