你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |