你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmEdgeOrderModelFactory.ReverseShippingDetails 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 ReverseShippingDetails.
public static Azure.ResourceManager.EdgeOrder.Models.ReverseShippingDetails ReverseShippingDetails (string sasKeyForLabel = default, string carrierName = default, string carrierDisplayName = default, string trackingId = default, Uri trackingUri = default);
static member ReverseShippingDetails : string * string * string * string * Uri -> Azure.ResourceManager.EdgeOrder.Models.ReverseShippingDetails
Public Shared Function ReverseShippingDetails (Optional sasKeyForLabel As String = Nothing, Optional carrierName As String = Nothing, Optional carrierDisplayName As String = Nothing, Optional trackingId As String = Nothing, Optional trackingUri As Uri = Nothing) As ReverseShippingDetails
Parameters
- sasKeyForLabel
- String
SAS key to download the reverse shipment label of the package.
- 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 ReverseShippingDetails instance for mocking.