Share via


TransportShipmentTypes Struct

Definition

Transport Shipment Type supported for given region.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransportShipmentTypesTypeConverter))]
public struct TransportShipmentTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransportShipmentTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.TransportShipmentTypesTypeConverter))>]
type TransportShipmentTypes = struct
    interface IArgumentCompleter
Public Structure TransportShipmentTypes
Implements IArgumentCompleter, IEquatable(Of TransportShipmentTypes)
Inheritance
TransportShipmentTypes
Attributes
Implements

Fields

CustomerManaged

Shipment Logistics is handled by the customer.

MicrosoftManaged

Shipment Logistics is handled by Microsoft.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type TransportShipmentTypes (override for Object)

Equals(TransportShipmentTypes)

Compares values of enum type TransportShipmentTypes

GetHashCode()

Returns hashCode for enum TransportShipmentTypes

ToString()

Returns string representation for TransportShipmentTypes

Operators

Equality(TransportShipmentTypes, TransportShipmentTypes)

Overriding == operator for enum TransportShipmentTypes

Implicit(String to TransportShipmentTypes)

Implicit operator to convert string to TransportShipmentTypes

Implicit(TransportShipmentTypes to String)

Implicit operator to convert TransportShipmentTypes to string

Inequality(TransportShipmentTypes, TransportShipmentTypes)

Overriding != operator for enum TransportShipmentTypes

Applies to