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.
public class ManagedClusterHttpProxyConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterHttpProxyConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterHttpProxyConfig>
public class ManagedClusterHttpProxyConfig
type ManagedClusterHttpProxyConfig = class
interface IJsonModel<ManagedClusterHttpProxyConfig>
interface IPersistableModel<ManagedClusterHttpProxyConfig>
type ManagedClusterHttpProxyConfig = class
Public Class ManagedClusterHttpProxyConfig
Implements IJsonModel(Of ManagedClusterHttpProxyConfig), IPersistableModel(Of ManagedClusterHttpProxyConfig)
Public Class ManagedClusterHttpProxyConfig
- Inheritance
-
ManagedClusterHttpProxyConfig
- Implements
Constructors
ManagedClusterHttpProxyConfig() |
Initializes a new instance of ManagedClusterHttpProxyConfig. |
Properties
EffectiveNoProxy |
A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS. |
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. |
Explicit Interface Implementations
IJsonModel<ManagedClusterHttpProxyConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterHttpProxyConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterHttpProxyConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterHttpProxyConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterHttpProxyConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET