ApplicationGatewayBackendHttpConfiguration Interface
public interface ApplicationGatewayBackendHttpConfiguration extends HasInner,ChildResource,HasProtocol,HasPort
A client-side representation of an application gateway's backend HTTP configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | cookieBasedAffinity() |
Application |
probe() |
int | requestTimeout() |
Inherited Members
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasParent<ParentT>.parent()
HasPort.port()
HasProtocol<ProtocolT>.protocol()
Method Details
cookieBasedAffinity
public boolean cookieBasedAffinity()
Returns:
true if cookie based affinity (sticky sessions) is enabled, else false
probe
public ApplicationGatewayProbe probe()
Returns:
the probe associated with this backend
requestTimeout
public int requestTimeout()
Returns:
HTTP request timeout in seconds. Requests will fail if no response is received within the specified time.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java