Get-AksHciProxySetting
概要
擷取清單或個別的 proxy 設定物件。
語法
Get-AksHciProxySetting
描述
傳回 AKS 混合式主機已知的所有 Proxy 設定物件清單。
注意
此時只有一個設定物件可以定義和使用中。
範例
範例傳回 proxy 伺服器設定的清單
Get-AksHciProxySetting
name proxyServerHTTP proxyServerHTTPS proxyServerBypass
--------- ------------------ ---------------------- ----------------------
myProxy <http://contosoproxy:8080> <https://contosoproxy:8443> {localhost,127.0.0.1,.svc,10.96.0 ....}
範例傳回 proxy 伺服器設定的詳細資料
Get-AksHciProxySetting -name myProxy
name: myProxy
proxyServerHTTP: <http://contosoproxy:8080>
proxyServerHTTPS: <https://contosoproxy:8443>
proxyServerBypass: {localhost,127.0.0.1,.svc,10.96.0.0/12,10.244.0.0/16}
proxyServerCredential: {PSCredential}
proxyServerCertFile: