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

MarkDevicesShippedRequest Class

Definition

The request body to provide the delivery package details of job

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

Constructors

MarkDevicesShippedRequest()

Creates an new MarkDevicesShippedRequest instance.

Properties

DeliverToDcPackageDetailCarrierName

Name of the carrier.

DeliverToDcPackageDetailTrackingId

Tracking Id of shipment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MarkDevicesShippedRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MarkDevicesShippedRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MarkDevicesShippedRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to