你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ForwardProxy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of a forward proxy used to make the requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ForwardProxyTypeConverter))]
public class ForwardProxy : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IForwardProxy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ForwardProxyTypeConverter))>]
type ForwardProxy = class
interface IForwardProxy
interface IJsonSerializable
Public Class ForwardProxy
Implements IForwardProxy
- Inheritance
-
ForwardProxy
- Attributes
- Implements
Constructors
ForwardProxy() |
Creates an new ForwardProxy instance. |
Properties
Convention |
The convention used to determine the url of the request made. |
CustomHostHeaderName |
The name of the header containing the host of the request. |
CustomProtoHeaderName |
The name of the header containing the scheme of the request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ForwardProxy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ForwardProxy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IForwardProxy. |
FromJsonString(String) |
Creates a new instance of ForwardProxy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ForwardProxy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |