ApplicationGatewayCustomError Class

Definition

Custom error of an application gateway.

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

Constructors

ApplicationGatewayCustomError()

Initializes a new instance of ApplicationGatewayCustomError.

Properties

CustomErrorPageUri

Error page URL of the application gateway custom error.

StatusCode

Status code of the application gateway custom error.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayCustomError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayCustomError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayCustomError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayCustomError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayCustomError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to