你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IShippingAddress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShippingAddressTypeConverter))]
public interface IShippingAddress : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShippingAddressTypeConverter))>]
type IShippingAddress = interface
    interface IJsonSerializable
Public Interface IShippingAddress
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AddressType

Type of address.

City

Name of the City.

CompanyName

Name of the company.

Country

Name of the Country.

PostalCode

Postal code.

SkipAddressValidation

Flag to indicate if customer has chosen to skip default address validation

StateOrProvince

Name of the State or Province.

StreetAddress1

Street Address line 1.

StreetAddress2

Street Address line 2.

StreetAddress3

Street Address line 3.

TaxIdentificationNumber

Tax Identification Number

ZipExtendedCode

Extended Zip Code.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to