Sdílet prostřednictvím


ApplicationGatewayBackendHealthServer Class

Definition

Application gateway backendhealth http settings.

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

Properties

Address

IP address or FQDN of backend server.

Health

Health of backend server.

HealthProbeLog

Health Probe Log.

IPConfiguration

Reference to IP configuration of backend server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendHealthServer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendHealthServer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendHealthServer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendHealthServer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendHealthServer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to