ManagedClusterHttpProxyConfig 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.
Cluster HTTP proxy configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterHttpProxyConfigTypeConverter))]
public class ManagedClusterHttpProxyConfig : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterHttpProxyConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterHttpProxyConfigTypeConverter))>]
type ManagedClusterHttpProxyConfig = class
interface IManagedClusterHttpProxyConfig
interface IJsonSerializable
Public Class ManagedClusterHttpProxyConfig
Implements IManagedClusterHttpProxyConfig
- Inheritance
-
ManagedClusterHttpProxyConfig
- Attributes
- Implements
Constructors
ManagedClusterHttpProxyConfig() |
Creates an new ManagedClusterHttpProxyConfig 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 ManagedClusterHttpProxyConfig. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterHttpProxyConfig. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterHttpProxyConfig. |
FromJsonString(String) |
Creates a new instance of ManagedClusterHttpProxyConfig, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterHttpProxyConfig into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |