HttpProxyConfiguration Class

Definition

HTTP Proxy configuration for the VM.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HttpProxyConfigurationTypeConverter))]
public class HttpProxyConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHttpProxyConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HttpProxyConfigurationTypeConverter))>]
type HttpProxyConfiguration = class
    interface IHttpProxyConfiguration
    interface IJsonSerializable
Public Class HttpProxyConfiguration
Implements IHttpProxyConfiguration
Inheritance
HttpProxyConfiguration
Attributes
Implements

Constructors

HttpProxyConfiguration()

Creates an new HttpProxyConfiguration instance.

Properties

HttpProxy

The HTTP proxy server endpoint to use.

HttpsProxy

The HTTPS proxy server endpoint to use.

NoProxy

The endpoints that should not go through proxy.

TrustedCa

Alternative CA cert to use for connecting to proxy servers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HttpProxyConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HttpProxyConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHttpProxyConfiguration.

FromJsonString(String)

Creates a new instance of HttpProxyConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HttpProxyConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to