ShippingInformation Class
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.
Contains information about the Microsoft datacenter to which the drives should be shipped.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ShippingInformationTypeConverter))]
public class ShippingInformation : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IShippingInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ShippingInformationTypeConverter))>]
type ShippingInformation = class
interface IShippingInformation
interface IJsonSerializable
Public Class ShippingInformation
Implements IShippingInformation
- Inheritance
-
ShippingInformation
- Attributes
- Implements
Constructors
ShippingInformation() |
Creates an new ShippingInformation instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ShippingInformation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ShippingInformation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IShippingInformation. |
FromJsonString(String) |
Creates a new instance of ShippingInformation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ShippingInformation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |