你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSManagedClusterHTTPProxyConfig 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 PSManagedClusterHTTPProxyConfig
type PSManagedClusterHTTPProxyConfig = class
Public Class PSManagedClusterHTTPProxyConfig
- Inheritance
-
PSManagedClusterHTTPProxyConfig
Constructors
PSManagedClusterHTTPProxyConfig() |
Properties
HttpProxy |
Gets or sets the HTTP proxy server endpoint to use. |
HttpsProxy |
Gets or sets the HTTPS proxy server endpoint to use. |
NoProxy |
Gets or sets the endpoints that should not go through proxy. |
TrustedCa |
Gets or sets alternative CA cert to use for connecting to proxy servers. |