Поделиться через


ExportRunErrorDetails Class

Definition

The details of the error.

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

Constructors

ExportRunErrorDetails()

Initializes a new instance of ExportRunErrorDetails.

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportRunErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportRunErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportRunErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportRunErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportRunErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to