TrackingInfo Constructors
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.
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.