ShippingInformation interface
Contains information about the Microsoft datacenter to which the drives should be shipped.
Properties
additional |
Additional shipping information for customer, specific to datacenter to which customer should send their disks. NOTE: This property will not be serialized. It can only be populated by the server. |
city | The city name to use when returning the drives. |
country |
The country or region to use when returning the drives. |
phone | Phone number of the recipient of the returned drives. |
postal |
The postal code to use when returning the drives. |
recipient |
The name of the recipient who will receive the hard drives when they are returned. |
state |
The state or province to use when returning the drives. |
street |
The first line of the street address to use when returning the drives. |
street |
The second line of the street address to use when returning the drives. |
Property Details
additionalInformation
Additional shipping information for customer, specific to datacenter to which customer should send their disks. NOTE: This property will not be serialized. It can only be populated by the server.
additionalInformation?: string
Property Value
string
city
The city name to use when returning the drives.
city?: string
Property Value
string
countryOrRegion
The country or region to use when returning the drives.
countryOrRegion?: string
Property Value
string
phone
Phone number of the recipient of the returned drives.
phone?: string
Property Value
string
postalCode
The postal code to use when returning the drives.
postalCode?: string
Property Value
string
recipientName
The name of the recipient who will receive the hard drives when they are returned.
recipientName?: string
Property Value
string
stateOrProvince
The state or province to use when returning the drives.
stateOrProvince?: string
Property Value
string
streetAddress1
The first line of the street address to use when returning the drives.
streetAddress1?: string
Property Value
string
streetAddress2
The second line of the street address to use when returning the drives.
streetAddress2?: string
Property Value
string
Azure SDK for JavaScript