Share via


FrontDoorBackend Class

Definition

Backend address of a frontDoor load balancer.

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

Constructors

FrontDoorBackend()

Initializes a new instance of FrontDoorBackend.

Properties

Address

Location of the backend (IP address or FQDN).

BackendHostHeader

The value to use as the host header sent to the backend. If blank or unspecified, this defaults to the incoming host.

EnabledState

Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'.

HttpPort

The HTTP TCP port number. Must be between 1 and 65535.

HttpsPort

The HTTPS TCP port number. Must be between 1 and 65535.

Priority

Priority to use for load balancing. Higher priorities will not be used for load balancing if any lower priority backend is healthy.

PrivateEndpointStatus

The Approval status for the connection to the Private Link.

PrivateLinkAlias

The Alias of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.

PrivateLinkApprovalMessage

A custom message to be included in the approval request to connect to the Private Link.

PrivateLinkLocation

The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated.

PrivateLinkResourceId

The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'.

Weight

Weight of this endpoint for load balancing purposes.

Explicit Interface Implementations

IJsonModel<FrontDoorBackend>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorBackend>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorBackend>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorBackend>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorBackend>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to