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
constructor(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)
Properties
Link copied to clipboard
The country or region to use when returning the drives.
Link copied to clipboard
The postal code to use when returning the drives.
Link copied to clipboard
The name of the recipient who will receive the hard drives when they are returned.
Link copied to clipboard
The state or province to use when returning the drives.
Link copied to clipboard
The first line of the street address to use when returning the drives.
Link copied to clipboard
The second line of the street address to use when returning the drives.