Delen via


ForwardProxy Class

Definition

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()

Applies to