Partager via


MoveProductContent Class

Definition

The properties of the product to initiate a transfer.

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

Constructors

MoveProductContent(ResourceIdentifier)

Initializes a new instance of MoveProductContent.

Properties

DestinationInvoiceSectionId

The destination invoice section id.

Explicit Interface Implementations

IJsonModel<MoveProductContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoveProductContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoveProductContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoveProductContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoveProductContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to