DeliveryPackageInformation interface
Contains information about the delivery package being shipped by the customer to the Microsoft data center.
Properties
carrier |
The name of the carrier that is used to ship the import or export drives. |
drive |
The number of drives included in the package. |
ship |
The date when the package is shipped. |
tracking |
The tracking number of the package. |
Property Details
carrierName
The name of the carrier that is used to ship the import or export drives.
carrierName: string
Property Value
string
driveCount
The number of drives included in the package.
driveCount?: number
Property Value
number
shipDate
The date when the package is shipped.
shipDate?: string
Property Value
string
trackingNumber
The tracking number of the package.
trackingNumber: string
Property Value
string
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 JavaScript