共用方式為


ManagedClusterHTTPProxyConfig 類別

叢集 HTTP Proxy 組態。

繼承
azure.mgmt.containerservice._serialization.Model
ManagedClusterHTTPProxyConfig

建構函式

ManagedClusterHTTPProxyConfig(*, http_proxy: str | None = None, https_proxy: str | None = None, no_proxy: List[str] | None = None, trusted_ca: str | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
http_proxy
str

要使用的 HTTP Proxy 伺服器端點。

https_proxy
str

要使用的 HTTPS Proxy 伺服器端點。

no_proxy

不應該通過 Proxy 的端點。

trusted_ca
str

用來連線到 Proxy 伺服器的替代 CA 憑證。

變數

名稱 Description
http_proxy
str

要使用的 HTTP Proxy 伺服器端點。

https_proxy
str

要使用的 HTTPS Proxy 伺服器端點。

no_proxy

不應該通過 Proxy 的端點。

trusted_ca
str

用來連線到 Proxy 伺服器的替代 CA 憑證。