你当前正在访问 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.Model
HttpSettings

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

<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.

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

<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.

routes

The configuration settings of the paths HTTP requests.

forward_proxy

The configuration settings of a forward proxy used to make the requests.