TransportShipmentType Struct

Definition

Indicates Shipment Logistics type that the customer preferred.

public readonly struct TransportShipmentType : IEquatable<Azure.ResourceManager.EdgeOrder.Models.TransportShipmentType>
type TransportShipmentType = struct
Public Structure TransportShipmentType
Implements IEquatable(Of TransportShipmentType)
Inheritance
TransportShipmentType
Implements

Constructors

TransportShipmentType(String)

Initializes a new instance of TransportShipmentType.

Properties

CustomerManaged

Shipment Logistics is handled by the customer.

MicrosoftManaged

Shipment Logistics is handled by Microsoft.

Methods

Equals(TransportShipmentType)

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(TransportShipmentType, TransportShipmentType)

Determines if two TransportShipmentType values are the same.

Implicit(String to TransportShipmentType)

Converts a string to a TransportShipmentType.

Inequality(TransportShipmentType, TransportShipmentType)

Determines if two TransportShipmentType values are not the same.

Applies to