DeliveryPackageInformationArgs

data class DeliveryPackageInformationArgs(val carrierName: Output<String>, val driveCount: Output<Double>? = null, val shipDate: Output<String>? = null, val trackingNumber: Output<String>) : ConvertibleToJava<DeliveryPackageInformationArgs>

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

Constructors

Link copied to clipboard
constructor(carrierName: Output<String>, driveCount: Output<Double>? = null, shipDate: Output<String>? = null, 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>? = null

The number of drives included in the package.

Link copied to clipboard
val shipDate: Output<String>? = null

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(): DeliveryPackageInformationArgs