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.Functions.Models.Api20231201.ForwardProxyTypeConverter))]
public class ForwardProxy : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IForwardProxy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |