Freigeben über


LoadBalancerHealthPerRulePerBackendAddress Class

Definition

The information about health per rule per backend address.

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

Properties

IPAddress

The IP address belonging to the backend address.

NetworkInterfaceIPConfigurationId

The id of the network interface ip configuration belonging to the backend address.

Reason

The explanation of the State.

State

The current health of the backend instances that is associated to the LB rule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LoadBalancerHealthPerRulePerBackendAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoadBalancerHealthPerRulePerBackendAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadBalancerHealthPerRulePerBackendAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadBalancerHealthPerRulePerBackendAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadBalancerHealthPerRulePerBackendAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to