IShippingInformation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ShippingInformationTypeConverter))]
public interface IShippingInformation : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ShippingInformationTypeConverter))>]
type IShippingInformation = interface
interface IJsonSerializable
Public Interface IShippingInformation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdditionalInformation |
Additional shipping information for customer, specific to datacenter to which customer should send their disks. |
City |
The city name to use when returning the drives. |
CountryOrRegion |
The country or region to use when returning the drives. |
Phone |
Phone number of the recipient of the returned drives. |
PostalCode |
The postal code to use when returning the drives. |
RecipientName |
The name of the recipient who will receive the hard drives when they are returned. |
StateOrProvince |
The state or province to use when returning the drives. |
StreetAddress1 |
The first line of the street address to use when returning the drives. |
StreetAddress2 |
The second line of the street address to use when returning the drives. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |