Get-AksHciProxySetting
Özet
Bir liste veya tek bir proxy ayarları nesnesi alır.
Syntax
Get-AksHciProxySetting
Description
AKS karma konağı tarafından bilinen tüm ara sunucu ayarları nesnelerinin listesini döndürür.
Not
Bu noktada yalnızca bir ayar nesnesi tanımlanabilir ve etkinleştirilebilir.
Örnekler
Örnek, ara sunucu ayarlarının listesini döndürür
Get-AksHciProxySetting
name proxyServerHTTP proxyServerHTTPS proxyServerBypass
--------- ------------------ ---------------------- ----------------------
myProxy <http://contosoproxy:8080> <https://contosoproxy:8443> {localhost,127.0.0.1,.svc,10.96.0 ....}
Örnek, ara sunucu ayarının ayrıntılarını döndürür
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: