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

ReverseShippingDetails Class

Definition

Reverse shipment details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ReverseShippingDetailsTypeConverter))]
public class ReverseShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IReverseShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ReverseShippingDetailsTypeConverter))>]
type ReverseShippingDetails = class
    interface IReverseShippingDetails
    interface IJsonSerializable
Public Class ReverseShippingDetails
Implements IReverseShippingDetails
Inheritance
ReverseShippingDetails
Attributes
Implements

Constructors

ReverseShippingDetails()

Creates an new ReverseShippingDetails instance.

Properties

CarrierDisplayName

Carrier Name for display purpose. Not to be used for any processing.

CarrierName

Name of the carrier.

SasKeyForLabel

SAS key to download the reverse shipment label of the package.

TrackingId

TrackingId of the package

TrackingUrl

TrackingUrl of the package.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReverseShippingDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReverseShippingDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IReverseShippingDetails.

FromJsonString(String)

Creates a new instance of ReverseShippingDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReverseShippingDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to