Freigeben über


ContainerServiceNetworkProfileKubeProxyMode Struktur

Definition

Geben Sie an, welcher Proxymodus verwendet werden soll ("IPTABLES" oder "IPVS").

public readonly struct ContainerServiceNetworkProfileKubeProxyMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileKubeProxyMode>
type ContainerServiceNetworkProfileKubeProxyMode = struct
Public Structure ContainerServiceNetworkProfileKubeProxyMode
Implements IEquatable(Of ContainerServiceNetworkProfileKubeProxyMode)
Vererbung
ContainerServiceNetworkProfileKubeProxyMode
Implementiert

Konstruktoren

ContainerServiceNetworkProfileKubeProxyMode(String)

Initialisiert eine neue Instanz von ContainerServiceNetworkProfileKubeProxyMode.

Eigenschaften

IPTables

IPTables-Proxymodus.

IPVS

IPVS-Proxymodus. Muss Kubernetes-Version >= 1.22 verwenden.

Methoden

Equals(ContainerServiceNetworkProfileKubeProxyMode)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

Bestimmt, ob zwei ContainerServiceNetworkProfileKubeProxyMode Werte gleich sind.

Implicit(String to ContainerServiceNetworkProfileKubeProxyMode)

Konvertiert eine Zeichenfolge in eine ContainerServiceNetworkProfileKubeProxyMode.

Inequality(ContainerServiceNetworkProfileKubeProxyMode, ContainerServiceNetworkProfileKubeProxyMode)

Bestimmt, ob zwei ContainerServiceNetworkProfileKubeProxyMode Werte nicht identisch sind.

Gilt für: