LoadBalancerHealthPerRulePerBackendAddress Class

Definition

Compatibility declaration for the LoadBalancerHealthPerRulePerBackendAddress type.

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

Name Description
IPAddress

The IP address belonging to the backend address.

NetworkInterfaceIPConfigurationId

Resource ID of the Network Interface IP Configuration.

NetworkInterfaceIPConfigurationResourceId

Resource ID of the Network Interface IP Configuration.

Reason

The explanation of the State.

State

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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