Udostępnij przez


DataBoxEdgeShipmentType Struct

Definition

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

Name Description
DataBoxEdgeShipmentType(String)

Initializes a new instance of DataBoxEdgeShipmentType.

Properties

Name Description
NotApplicable

NotApplicable.

SelfPickup

SelfPickup.

ShippedToCustomer

ShippedToCustomer.

Methods

Name Description
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

Name Description
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