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