HttpSettings Class
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
- Inheritance
-
azure.mgmt.web._serialization.ModelHttpSettings
Constructor
HttpSettings(*, require_https: bool | None = None, routes: _models.HttpSettingsRoutes | None = None, forward_proxy: _models.ForwardProxy | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
require_https
|
|
routes
|
The configuration settings of the paths HTTP requests. |
forward_proxy
|
The configuration settings of a forward proxy used to make the requests. |
Variables
Name | Description |
---|---|
require_https
|
|
routes
|
The configuration settings of the paths HTTP requests. |
forward_proxy
|
The configuration settings of a forward proxy used to make the requests. |
Azure SDK for Python