ApiManagementAuthorizationError Class

Definition

Authorization error details.

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

Constructors

ApiManagementAuthorizationError()

Initializes a new instance of ApiManagementAuthorizationError.

Properties

Code

Error code.

Message

Error message.

Explicit Interface Implementations

IJsonModel<ApiManagementAuthorizationError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementAuthorizationError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementAuthorizationError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementAuthorizationError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementAuthorizationError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to