ApplicationGatewayGlobalConfigurationResponse

data class ApplicationGatewayGlobalConfigurationResponse(val enableRequestBuffering: Boolean? = null, val enableResponseBuffering: Boolean? = null)

Application Gateway global configuration.

Constructors

constructor(enableRequestBuffering: Boolean? = null, enableResponseBuffering: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable request buffering.

Link copied to clipboard

Enable response buffering.