ArmDataBoxEdgeModelFactory.DataBoxEdgeTrackingInfo 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 DataBoxEdgeTrackingInfo.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo DataBoxEdgeTrackingInfo (string serialNumber = default, string carrierName = default, string trackingId = default, Uri trackingUri = default);
static member DataBoxEdgeTrackingInfo : string * string * string * Uri -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo
Public Shared Function DataBoxEdgeTrackingInfo (Optional serialNumber As String = Nothing, Optional carrierName As String = Nothing, Optional trackingId As String = Nothing, Optional trackingUri As Uri = Nothing) As DataBoxEdgeTrackingInfo
Parameters
- serialNumber
- String
Serial number of the device being tracked.
- carrierName
- String
Name of the carrier used in the delivery.
- trackingId
- String
Tracking ID of the shipment.
- trackingUri
- Uri
Tracking URL of the shipment.
Returns
A new DataBoxEdgeTrackingInfo 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