PackageInformationArgs

data class PackageInformationArgs(val carrierName: Output<String>, val driveCount: Output<Double>, val shipDate: Output<String>, val trackingNumber: Output<String>) : ConvertibleToJava<PackageInformationArgs>

Contains information about the package being shipped by the customer to the Microsoft data center.

Constructors

Link copied to clipboard
constructor(carrierName: Output<String>, driveCount: Output<Double>, shipDate: Output<String>, trackingNumber: Output<String>)

Properties

Link copied to clipboard
val carrierName: Output<String>

The name of the carrier that is used to ship the import or export drives.

Link copied to clipboard
val driveCount: Output<Double>

The number of drives included in the package.

Link copied to clipboard
val shipDate: Output<String>

The date when the package is shipped.

Link copied to clipboard
val trackingNumber: Output<String>

The tracking number of the package.

Functions

Link copied to clipboard
open override fun toJava(): PackageInformationArgs