Delen via


AcceptTransferContent Class

Definition

Request parameters to accept transfer.

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

Constructors

AcceptTransferContent()

Initializes a new instance of AcceptTransferContent.

Properties

ProductDetails

Request parameters to accept transfer.

Explicit Interface Implementations

IJsonModel<AcceptTransferContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AcceptTransferContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AcceptTransferContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AcceptTransferContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AcceptTransferContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to