你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterHttpProxyConfig 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
群集 HTTP 代理配置。
public class ManagedClusterHttpProxyConfig
type ManagedClusterHttpProxyConfig = class
Public Class ManagedClusterHttpProxyConfig
- 继承
-
ManagedClusterHttpProxyConfig
构造函数
ManagedClusterHttpProxyConfig() |
初始化 ManagedClusterHttpProxyConfig 的新实例。 |
属性
EffectiveNoProxy |
不应将流量发送到代理的所有终结点的只读列表。 此列表是由 AKS 注入的 noProxy 和值的超集。 |
HttpProxy |
要使用的 HTTP 代理服务器终结点。 |
HttpsProxy |
要使用的 HTTPS 代理服务器终结点。 |
NoProxy |
不应通过代理的终结点。 |
TrustedCA |
用于连接到代理服务器的替代 CA 证书。 |