Application Gateway Connection Draining Args
data class ApplicationGatewayConnectionDrainingArgs(val drainTimeoutInSec: Output<Int>, val enabled: Output<Boolean>) : ConvertibleToJava<ApplicationGatewayConnectionDrainingArgs>
Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration.
Constructors
Link copied to clipboard
fun ApplicationGatewayConnectionDrainingArgs(drainTimeoutInSec: Output<Int>, enabled: Output<Boolean>)