ArmContainerServiceModelFactory.ManagedClusterHttpProxyConfig メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ManagedClusterHttpProxyConfig の新しいインスタンスを初期化します。
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterHttpProxyConfig ManagedClusterHttpProxyConfig (string httpProxy = default, string httpsProxy = default, System.Collections.Generic.IEnumerable<string> noProxy = default, System.Collections.Generic.IEnumerable<string> effectiveNoProxy = default, string trustedCA = default);
static member ManagedClusterHttpProxyConfig : string * string * seq<string> * seq<string> * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterHttpProxyConfig
Public Shared Function ManagedClusterHttpProxyConfig (Optional httpProxy As String = Nothing, Optional httpsProxy As String = Nothing, Optional noProxy As IEnumerable(Of String) = Nothing, Optional effectiveNoProxy As IEnumerable(Of String) = Nothing, Optional trustedCA As String = Nothing) As ManagedClusterHttpProxyConfig
パラメーター
- httpProxy
- String
使用する HTTP プロキシ サーバー エンドポイント。
- httpsProxy
- String
使用する HTTPS プロキシ サーバー エンドポイント。
- noProxy
- IEnumerable<String>
プロキシを経由しないエンドポイント。
- effectiveNoProxy
- IEnumerable<String>
トラフィックをプロキシに送信しないすべてのエンドポイントの読み取り専用リスト。 このリストは、AKS によって挿入される noProxy と値のスーパーセットです。
- trustedCA
- String
プロキシ サーバーへの接続に使用する代替 CA 証明書。
戻り値
モック作成用の新しい ManagedClusterHttpProxyConfig インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET