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
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