ArmDataBoxModelFactory.PackageShippingDetails(Uri, String, String) 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 PackageShippingDetails.
public static Azure.ResourceManager.DataBox.Models.PackageShippingDetails PackageShippingDetails (Uri trackingUri = default, string carrierName = default, string trackingId = default);
static member PackageShippingDetails : Uri * string * string -> Azure.ResourceManager.DataBox.Models.PackageShippingDetails
Public Shared Function PackageShippingDetails (Optional trackingUri As Uri = Nothing, Optional carrierName As String = Nothing, Optional trackingId As String = Nothing) As PackageShippingDetails
Parameters
- trackingUri
- Uri
Url where shipment can be tracked.
- carrierName
- String
Name of the carrier.
- trackingId
- String
Tracking Id of shipment.
Returns
A new PackageShippingDetails 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