你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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