EdgeOrderAddressClassification 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.
Type of address based on its usage context.
public readonly struct EdgeOrderAddressClassification : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressClassification>
type EdgeOrderAddressClassification = struct
Public Structure EdgeOrderAddressClassification
Implements IEquatable(Of EdgeOrderAddressClassification)
- Inheritance
-
EdgeOrderAddressClassification
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeOrderAddressClassification(String) |
Initializes a new instance of EdgeOrderAddressClassification. |
Properties
| Name | Description |
|---|---|
| Shipping |
Shipping address for the order. |
| Site |
Site Address. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeOrderAddressClassification) |
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(EdgeOrderAddressClassification, EdgeOrderAddressClassification) |
Determines if two EdgeOrderAddressClassification values are the same. |
| Implicit(String to EdgeOrderAddressClassification) |
Converts a string to a EdgeOrderAddressClassification. |
| Implicit(String to Nullable<EdgeOrderAddressClassification>) | |
| Inequality(EdgeOrderAddressClassification, EdgeOrderAddressClassification) |
Determines if two EdgeOrderAddressClassification values are not the same. |