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.
Constructors
Link copied to clipboard
                fun DeliveryPackageInformationArgs(carrierName: Output<String>, driveCount: Output<Double>? = null, shipDate: Output<String>? = null, trackingNumber: Output<String>)