你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterHttpProxyConfig interface
群集 HTTP 代理配置。
属性
http |
要使用的 HTTP 代理服务器终结点。 |
https |
要使用的 HTTPS 代理服务器终结点。 |
no |
不应通过代理的终结点。 |
trusted |
用于连接到代理服务器的替代 CA 证书。 |
属性详细信息
httpProxy
要使用的 HTTP 代理服务器终结点。
httpProxy?: string
属性值
string
httpsProxy
要使用的 HTTPS 代理服务器终结点。
httpsProxy?: string
属性值
string
noProxy
不应通过代理的终结点。
noProxy?: string[]
属性值
string[]
trustedCa
用于连接到代理服务器的替代 CA 证书。
trustedCa?: string
属性值
string