ArmEdgeOrderModelFactory.ForwardShippingDetails Method
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.
Initializes a new instance of ForwardShippingDetails.
public static Azure.ResourceManager.EdgeOrder.Models.ForwardShippingDetails ForwardShippingDetails (string carrierName = default, string carrierDisplayName = default, string trackingId = default, Uri trackingUri = default);
static member ForwardShippingDetails : string * string * string * Uri -> Azure.ResourceManager.EdgeOrder.Models.ForwardShippingDetails
Public Shared Function ForwardShippingDetails (Optional carrierName As String = Nothing, Optional carrierDisplayName As String = Nothing, Optional trackingId As String = Nothing, Optional trackingUri As Uri = Nothing) As ForwardShippingDetails
Parameters
- carrierName
- String
Name of the carrier.
- carrierDisplayName
- String
Carrier Name for display purpose. Not to be used for any processing.
- trackingId
- String
TrackingId of the package.
- trackingUri
- Uri
TrackingUrl of the package.
Returns
A new ForwardShippingDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET