Delen via


IReturnAddress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ReturnAddressTypeConverter))]
public interface IReturnAddress : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ReturnAddressTypeConverter))>]
type IReturnAddress = interface
    interface IJsonSerializable
Public Interface IReturnAddress
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

City

The city name to use when returning the drives.

CountryOrRegion

The country or region to use when returning the drives.

Email

Email address of the recipient of the returned 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)

Applies to