次の方法で共有


ContainerServiceNetworkProfileKubeProxyMode 構造体

定義

使用するプロキシ モード ('IPTABLES' または 'IPVS') を指定します。

public readonly struct ContainerServiceNetworkProfileKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyMode>
type ContainerServiceNetworkProfileKubeProxyMode = struct
Public Structure ContainerServiceNetworkProfileKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyMode)
継承
ContainerServiceNetworkProfileKubeProxyMode
実装

コンストラクター

ContainerServiceNetworkProfileKubeProxyMode(String)

ContainerServiceNetworkProfileKubeProxyMode の新しいインスタンスを初期化します。

プロパティ

IPTables

IPTables プロキシ モード。

IPVS

IPVS プロキシ モード。 Kubernetes バージョン >= 1.22 を使用している必要があります。

メソッド

Equals(ContainerServiceNetworkProfileKubeProxyMode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

2 つの ContainerServiceNetworkProfileKubeProxyMode 値が同じかどうかを判断します。

Implicit(String to ContainerServiceNetworkProfileKubeProxyMode)

文字列を ContainerServiceNetworkProfileKubeProxyMode に変換します。

Inequality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

2 つの ContainerServiceNetworkProfileKubeProxyMode 値が同じでないかどうかを判断します。

適用対象