다음을 통해 공유


AzureResourceManagerError Class

Definition

Error code and message.

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

Constructors

AzureResourceManagerError()

Initializes a new instance of AzureResourceManagerError.

Properties

Code

Error code.

Message

Error message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureResourceManagerError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureResourceManagerError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureResourceManagerError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureResourceManagerError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureResourceManagerError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to