你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeFleetApiError Class

Definition

ApiError for Fleet.

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

Properties

Code

The error code.

Details

The API error details.

Innererror

The API inner error.

Message

The error message.

Target

The target of the particular error.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeFleetApiError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetApiError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetApiError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetApiError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetApiError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to