IApplicationGatewayBackendHttpConfigurationBeta Interface

Definition

A client-side representation of an application gateway's backend HTTP configuration.

public interface IApplicationGatewayBackendHttpConfigurationBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IApplicationGatewayBackendHttpConfigurationBeta = interface
    interface IBeta
Public Interface IApplicationGatewayBackendHttpConfigurationBeta
Implements IBeta
Derived
Implements

Properties

AffinityCookieName

Gets name used for the affinity cookie.

AuthenticationCertificates

Gets authentication certificates associated with this backend HTTPS configuration.

ConnectionDrainingTimeoutInSeconds

Gets if 0 then connection draining is not enabled, otherwise if between 1 and 3600, then the number of seconds when connection draining is active.

HostHeader

Gets host header to be sent to the backend servers.

IsHostHeaderFromBackend

Gets whether the host header should come from the host name of the backend server.

IsProbeEnabled

Gets true if the probe is enabled.

Path

Gets the path, if any, used as a prefix for all HTTP requests.

Applies to