ApplicationGatewayBackendHealth Class

Definition

Response for ApplicationGatewayBackendHealth API service call.

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

Properties

BackendAddressPools

A list of ApplicationGatewayBackendHealthPool resources.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayBackendHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayBackendHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayBackendHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayBackendHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayBackendHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to