Delen via


Backend Class

Definition

Backend address of a frontDoor load balancer.

public class Backend
type Backend = class
Public Class Backend
Inheritance
Backend

Constructors

Backend()

Initializes a new instance of the Backend class.

Backend(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the Backend class.

Properties

Address

Gets or sets location of the backend (IP address or FQDN)

BackendHostHeader

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

EnabledState

Gets or sets whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled' Possible values include: 'Enabled', 'Disabled'

HttpPort

Gets or sets the HTTP TCP port number. Must be between 1 and 65535.

HttpsPort

Gets or sets the HTTPS TCP port number. Must be between 1 and 65535.

Priority

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

PrivateEndpointStatus

Gets the Approval status for the connection to the Private Link Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected', 'Timeout'

PrivateLinkAlias

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

PrivateLinkApprovalMessage

Gets or sets a custom message to be included in the approval request to connect to the Private Link

PrivateLinkLocation

Gets or sets the location of the Private Link resource. Required only if 'privateLinkResourceId' is populated

PrivateLinkResourceId

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

Weight

Gets or sets weight of this endpoint for load balancing purposes.

Methods

Validate()

Validate the object.

Extension Methods

ToPSBackend(Backend)

Applies to