ApplicationGatewayGlobalConfiguration Class
Application Gateway global configuration.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayGlobalConfiguration
Constructor
ApplicationGatewayGlobalConfiguration(*, enable_request_buffering: bool | None = None, enable_response_buffering: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enable_request_buffering
|
Enable request buffering. |
enable_response_buffering
|
Enable response buffering. |
Variables
Name | Description |
---|---|
enable_request_buffering
|
Enable request buffering. |
enable_response_buffering
|
Enable response buffering. |
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 Python