Share via


TrackingInfo Constructors

Definition

Overloads

TrackingInfo()

Initializes a new instance of the TrackingInfo class.

TrackingInfo(String, String, String, String)

Initializes a new instance of the TrackingInfo class.

TrackingInfo()

Initializes a new instance of the TrackingInfo class.

public TrackingInfo ();
Public Sub New ()

Applies to

TrackingInfo(String, String, String, String)

Initializes a new instance of the TrackingInfo class.

public TrackingInfo (string serialNumber = default, string carrierName = default, string trackingId = default, string trackingUrl = default);
new Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo : string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.TrackingInfo
Public Sub New (Optional serialNumber As String = Nothing, Optional carrierName As String = Nothing, Optional trackingId As String = Nothing, Optional trackingUrl As String = Nothing)

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.

trackingUrl
String

Tracking URL of the shipment.

Applies to