Compartilhar via


ReturnAddress Class

Definition

Specifies the return address information for the job.

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

Constructors

ReturnAddress()

Creates an new ReturnAddress instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReturnAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReturnAddress.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IReturnAddress.

FromJsonString(String)

Creates a new instance of ReturnAddress, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReturnAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to