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

IHttpSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpSettingsTypeConverter))]
public interface IHttpSettings : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpSettingsTypeConverter))>]
type IHttpSettings = interface
    interface IJsonSerializable
Public Interface IHttpSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ForwardProxyConvention

The convention used to determine the url of the request made.

ForwardProxyCustomHostHeaderName

The name of the header containing the host of the request.

ForwardProxyCustomProtoHeaderName

The name of the header containing the scheme of the request.

RequireHttps

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

RouteApiPrefix

The prefix that should precede all the authentication/authorization paths.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to