ArmDataBoxModelFactory.PackageCarrierInfo(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.
public static Azure.ResourceManager.DataBox.Models.PackageCarrierInfo PackageCarrierInfo(string carrierName = default, string trackingId = default);
static member PackageCarrierInfo : string * string -> Azure.ResourceManager.DataBox.Models.PackageCarrierInfo
Public Shared Function PackageCarrierInfo (Optional carrierName As String = Nothing, Optional trackingId As String = Nothing) As PackageCarrierInfo
Parameters
- carrierName
- String
Name of the carrier.
- trackingId
- String
Tracking Id of shipment.
Returns
A new PackageCarrierInfo instance for mocking.