Delivery Package Information Args
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.