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

ReverseShippingDetails Class

Definition

Reverse Shipping Address and contact details for a job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ReverseShippingDetailsTypeConverter))]
public class ReverseShippingDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IReverseShippingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ReverseShippingDetailsTypeConverter))>]
type ReverseShippingDetails = class
    interface IReverseShippingDetails
    interface IJsonSerializable
Public Class ReverseShippingDetails
Implements IReverseShippingDetails
Inheritance
ReverseShippingDetails
Attributes
Implements

Constructors

ReverseShippingDetails()

Creates an new ReverseShippingDetails instance.

Properties

ContactDetailContactName

Contact name of the person.

ContactDetailMobile

Mobile number of the contact person.

ContactDetailPhone

Phone number of the contact person.

ContactDetailPhoneExtension

Phone extension number of the contact person.

IsUpdated

A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field

ShippingAddress

Shipping address where customer wishes to receive the device.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReverseShippingDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReverseShippingDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IReverseShippingDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReverseShippingDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to