다음을 통해 공유


BillingTransferError Class

Definition

Error details for transfer execution.

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

Properties

Code

Error code.

Message

Error message.

Explicit Interface Implementations

IJsonModel<BillingTransferError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingTransferError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingTransferError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingTransferError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingTransferError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to