ForwardShippingDetails 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.
Forward shipment details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ForwardShippingDetailsTypeConverter))]
public class ForwardShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IForwardShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ForwardShippingDetailsTypeConverter))>]
type ForwardShippingDetails = class
interface IForwardShippingDetails
interface IJsonSerializable
Public Class ForwardShippingDetails
Implements IForwardShippingDetails
- Inheritance
-
ForwardShippingDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ForwardShippingDetails() |
Creates an new ForwardShippingDetails instance. |
Properties
| Name | Description |
|---|---|
| CarrierDisplayName |
Carrier Name for display purpose. Not to be used for any processing. |
| CarrierName |
Name of the carrier. |
| TrackingId |
TrackingId of the package |
| TrackingUrl |
TrackingUrl of the package. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForwardShippingDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForwardShippingDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IForwardShippingDetails. |
| FromJsonString(String) |
Creates a new instance of ForwardShippingDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForwardShippingDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |