Share via


MarkDevicesShippedContent Class

Definition

The request body to provide the delivery package details of job.

public class MarkDevicesShippedContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.MarkDevicesShippedContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.MarkDevicesShippedContent>
type MarkDevicesShippedContent = class
    interface IJsonModel<MarkDevicesShippedContent>
    interface IPersistableModel<MarkDevicesShippedContent>
Public Class MarkDevicesShippedContent
Implements IJsonModel(Of MarkDevicesShippedContent), IPersistableModel(Of MarkDevicesShippedContent)
Inheritance
MarkDevicesShippedContent
Implements

Constructors

MarkDevicesShippedContent(PackageCarrierInfo)

Initializes a new instance of MarkDevicesShippedContent.

Properties

DeliverToDataCenterPackageDetails

Delivery package details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MarkDevicesShippedContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MarkDevicesShippedContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MarkDevicesShippedContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MarkDevicesShippedContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MarkDevicesShippedContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to