通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterHttpProxyConfigOutput interface

群集 HTTP 代理配置。

属性

effectiveNoProxy

不应将流量发送到代理的所有终结点的只读列表。 此列表是 noProxy 的超集,由 AKS 注入的值。

httpProxy

要使用的 HTTP 代理服务器终结点。

httpsProxy

要使用的 HTTPS 代理服务器终结点。

noProxy

不应通过代理的终结点。

trustedCa

用于连接到代理服务器的替代 CA 证书。

属性详细信息

effectiveNoProxy

不应将流量发送到代理的所有终结点的只读列表。 此列表是 noProxy 的超集,由 AKS 注入的值。

effectiveNoProxy?: string[]

属性值

string[]

httpProxy

要使用的 HTTP 代理服务器终结点。

httpProxy?: string

属性值

string

httpsProxy

要使用的 HTTPS 代理服务器终结点。

httpsProxy?: string

属性值

string

noProxy

不应通过代理的终结点。

noProxy?: string[]

属性值

string[]

trustedCa

用于连接到代理服务器的替代 CA 证书。

trustedCa?: string

属性值

string