Shipping Information Args
data class ShippingInformationArgs(val city: Output<String>? = null, val countryOrRegion: Output<String>? = null, val phone: Output<String>? = null, val postalCode: Output<String>? = null, val recipientName: Output<String>? = null, val stateOrProvince: Output<String>? = null, val streetAddress1: Output<String>? = null, val streetAddress2: Output<String>? = null) : ConvertibleToJava<ShippingInformationArgs>
Contains information about the Microsoft datacenter to which the drives should be shipped.
Constructors
Link copied to clipboard
fun ShippingInformationArgs(city: Output<String>? = null, countryOrRegion: Output<String>? = null, phone: Output<String>? = null, postalCode: Output<String>? = null, recipientName: Output<String>? = null, stateOrProvince: Output<String>? = null, streetAddress1: Output<String>? = null, streetAddress2: Output<String>? = null)