DataBoxEdgeShipmentType 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.
The DataBoxEdgeShipmentType.
public readonly struct DataBoxEdgeShipmentType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShipmentType>
type DataBoxEdgeShipmentType = struct
Public Structure DataBoxEdgeShipmentType
Implements IEquatable(Of DataBoxEdgeShipmentType)
- Inheritance
-
DataBoxEdgeShipmentType
- Implements
Constructors
DataBoxEdgeShipmentType(String) |
Initializes a new instance of DataBoxEdgeShipmentType. |
Properties
NotApplicable |
NotApplicable. |
SelfPickup |
SelfPickup. |
ShippedToCustomer |
ShippedToCustomer. |
Methods
Equals(DataBoxEdgeShipmentType) |
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(DataBoxEdgeShipmentType, DataBoxEdgeShipmentType) |
Determines if two DataBoxEdgeShipmentType values are the same. |
Implicit(String to DataBoxEdgeShipmentType) |
Converts a string to a DataBoxEdgeShipmentType. |
Inequality(DataBoxEdgeShipmentType, DataBoxEdgeShipmentType) |
Determines if two DataBoxEdgeShipmentType values are not the same. |
Applies to
Azure SDK for .NET