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.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET