ReverseShippingDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reverse shipment details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ReverseShippingDetailsTypeConverter))]
public class ReverseShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IReverseShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ReverseShippingDetailsTypeConverter))>]
type ReverseShippingDetails = class
interface IReverseShippingDetails
interface IJsonSerializable
Public Class ReverseShippingDetails
Implements IReverseShippingDetails
- Inheritance
-
ReverseShippingDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ReverseShippingDetails() |
Creates an new ReverseShippingDetails instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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.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. |
| ToString() | |